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

Delta Between Two Patch Sets: input/regression/markup-note-dot.ly

Issue 328050043: Change \note markup command to get a duration
Left Patch Set: Actual issue 5156 patch Created 7 years, 8 months ago
Right Patch Set: Run scripts/auxiliar/update-with-convert-ly.sh Created 7 years, 8 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/markup-note.ly ('k') | input/regression/markup-note-grob-style.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 \version "2.19.21" 1 \version "2.19.65"
2 \header { 2 \header {
3 3
4 texidoc = " A dotted whole note displayed via the @code{\\note} 4 texidoc = " A dotted whole note displayed via the @code{\\note}
5 command must separate the note head and the dot. The dot avoids the upflag." 5 command must separate the note head and the dot. The dot avoids the upflag."
6 6
7 } 7 }
8 8
9 \relative { 9 \relative {
10 c'4^\markup { \note #"1." #1 } 10 c'4^\markup { \note {1.} #1 }
11 c4^\markup { \note #"2." #1 } 11 c4^\markup { \note {2.} #1 }
12 c4^\markup { \note #"8." #1 } 12 c4^\markup { \note {8.} #1 }
13 } 13 }
LEFTRIGHT

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