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

Delta Between Two Patch Sets: Documentation/snippets/creating-metronome-marks-in-markup-mode.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 | « Documentation/notation/text.itely ('k') | Documentation/snippets/new/three-sided-box.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 %% DO NOT EDIT this file manually; it is automatically 1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it 2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ , 3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py 4 %% and then run scripts/auxiliar/makelsr.py
5 %% 5 %%
6 %% This file is in the public domain. 6 %% This file is in the public domain.
7 \version "2.18.0" 7 \version "2.19.65"
8 8
9 \header { 9 \header {
10 lsrtags = "rhythms" 10 lsrtags = "rhythms"
11 11
12 texidoc = " 12 texidoc = "
13 New metronome marks can be created in markup mode, but they will not 13 New metronome marks can be created in markup mode, but they will not
14 change the tempo in MIDI output. 14 change the tempo in MIDI output.
15 15
16 " 16 "
17 doctitle = "Creating metronome marks in markup mode" 17 doctitle = "Creating metronome marks in markup mode"
18 } % begin verbatim 18 } % begin verbatim
19 19
20 \relative c' { 20 \relative c' {
21 \tempo \markup { 21 \tempo \markup {
22 \concat { 22 \concat {
23 ( 23 (
24 \smaller \general-align #Y #DOWN \note #"16." #1 24 \smaller \general-align #Y #DOWN \note {16.} #1
25 " = " 25 " = "
26 \smaller \general-align #Y #DOWN \note #"8" #1 26 \smaller \general-align #Y #DOWN \note {8} #1
27 ) 27 )
28 } 28 }
29 } 29 }
30 c1 30 c1
31 c4 c' c,2 31 c4 c' c,2
32 } 32 }
LEFTRIGHT

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