From: Mats Bengtsson Date: Sun, 12 Mar 2006 21:36:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.39~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=35076a4426e7e60c40010bf94a3326372be5b418;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 01e0010eaa..a8e8633f8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-12 Mats Bengtsson + + * Documentation/user/instrument-notation.itely (Setting simple + songs): Added \book{...} around the full example, so the separate + markups are included in the printed example. + 2006-03-12 Han-Wen Nienhuys * scripts/lilypond-book.py (get_latex_textwidth): explicitly close tmphandle. diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 8c5f2950a4..d1f9ba33ea 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -756,25 +756,27 @@ text = \lyricmode { it's fleece was white as snow. } -\score{ << - \new Voice = "one" { \melody } - \new Lyrics \lyricsto "one" \text +\book{ + \score{ << + \new Voice = "one" { \melody } + \new Lyrics \lyricsto "one" \text >> - \layout { } -} -\markup { \column{ - \line{ Verse 2. } - \line{ All the children laughed and played } - \line{ To see a lamb at school. } + \layout { } } -} -\markup{ - \wordwrap-string #" - Verse 3. + \markup { \column{ + \line{ Verse 2. } + \line{ All the children laughed and played } + \line{ To see a lamb at school. } + } + } + \markup{ + \wordwrap-string #" + Verse 3. - Mary took it home again, + Mary took it home again, - It was against the rule." + It was against the rule." + } } @end lilypond