Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2603)

Side by Side Diff: Documentation/snippets/controlling-spanner-visibility-after-a-line-break.ly

Issue 1667041: Redo autobeam settings to make resetting easier (Closed)
Patch Set: test of makelsr.py Created 14 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 % Do not edit this file; it is automatically 1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new 2 % generated from Documentation/snippets/new
3 % This file is in the public domain. 3 % This file is in the public domain.
4 %% Note: this file works from version 2.13.1 4 %% Note: this file works from version 2.13.1
5 \version "2.13.20" 5 \version "2.13.24"
6 6
7 \header { 7 \header {
8 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 8 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
9 9
10 texidoces = " 10 texidoces = "
11 La visibilidad de los objetos de extensión que acaban en la primera 11 La visibilidad de los objetos de extensión que acaban en la primera
12 nota después de un salto de línea está controlada por la función de 12 nota después de un salto de línea está controlada por la función de
13 callback de @code{after-line-breaking} 13 callback de @code{after-line-breaking}
14 @code{ly:spanner::kill-zero-spanned-time}. 14 @code{ly:spanner::kill-zero-spanned-time}.
15 15
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 \override TextSpanner #'after-line-breaking = 55 \override TextSpanner #'after-line-breaking =
56 #ly:spanner::kill-zero-spanned-time 56 #ly:spanner::kill-zero-spanned-time
57 e2\<\startTextSpan 57 e2\<\startTextSpan
58 % show glissando 58 % show glissando
59 \override Glissando #'after-line-breaking = ##t 59 \override Glissando #'after-line-breaking = ##t
60 f2\glissando 60 f2\glissando
61 \break 61 \break
62 f,1\!\stopTextSpan 62 f,1\!\stopTextSpan
63 } 63 }
64 64
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b