diff options
author | James Lowe <pkx166h@gmail.com> | 2015-12-14 16:32:12 +0000 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2015-12-19 10:48:26 +0000 |
commit | bfc3420ada8810d57156e9fc871560188f044a64 (patch) | |
tree | 96c8f7d788bf7982482b644192f5161e66fb0a5f /Documentation/notation | |
parent | 31059902570b531abd4cb21fc78ee2b5cc9395e7 (diff) |
Doc: NR - Improve example in 1.8.1 - Text Marks
Issue 4695
Better first example
for a text mark
(NR 1.8.1, ‘Text marks’)
Diffstat (limited to 'Documentation/notation')
-rw-r--r-- | Documentation/notation/text.itely | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index e708d3a097..3a9cdbd6d2 100644 --- a/Documentation/notation/text.itely +++ b/Documentation/notation/text.itely @@ -235,9 +235,12 @@ in @ref{Rehearsal marks}: @lilypond[verbatim,quote] \relative { - c''4 - \mark "Allegro" - c c c + \mark "Verse" + c'2 g' + \bar "||" + \mark "Chorus" + g2 c, + \bar "|." } @end lilypond |