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

Delta Between Two Patch Sets: Documentation/snippets/using-a-tick-as-the-breath-mark-symbol.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 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/snippets/unfretted-headword.ly ('k') | Documentation/snippets/using-alternative-flag-styles.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 Documentation/snippets/new 2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/ 3 % Make any changes 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 %% Note: this file works from version 2.17.4 7 %% Note: this file works from version 2.17.4
8 \version "2.17.4" 8 \version "2.17.6"
9 9
10 \header { 10 \header {
11 lsrtags = "expressive-marks" 11 lsrtags = "expressive-marks"
12 12
13 texidoc = " 13 texidoc = "
14 Vocal and wind music frequently uses a tick mark as a breathing sign. This 14 Vocal and wind music frequently uses a tick mark as a breathing sign. This
15 indicates a breath that subtracts a little time from the previous note rather 15 indicates a breath that subtracts a little time from the previous note rather
16 than causing a short pause, which is indicated by the comma breath mark. The 16 than causing a short pause, which is indicated by the comma breath mark. The
17 mark can be moved up a little to take it away from the stave. 17 mark can be moved up a little to take it away from the stave.
18 " 18 "
19 doctitle = "Using a tick as the breath mark symbol" 19 doctitle = "Using a tick as the breath mark symbol"
20 } % begin verbatim 20 } % begin verbatim
21 21
22 22
23 \relative c'' { 23 \relative c'' {
24 c2 24 c2
25 \breathe 25 \breathe
26 d2 26 d2
27 \override BreathingSign #'Y-offset = #2.6 27 \override BreathingSign.Y-offset = #2.6
28 \override BreathingSign 28 \override BreathingSign.text = \markup { \musicglyph #"scripts.tickmark" }
29 #'text = \markup { \musicglyph #"scripts.tickmark" }
30 c2 29 c2
31 \breathe 30 \breathe
32 d2 31 d2
33 } 32 }
LEFTRIGHT

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