From: hanwen Date: Tue, 3 May 2005 12:17:04 +0000 (+0000) Subject: * Documentation/user/basic-notation.itely (Basic polyphony): fix X-Git-Tag: release/2.5.23~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3641938d622480e1f5b36680ec5cd9fb53a55dc;p=lilypond.git * Documentation/user/basic-notation.itely (Basic polyphony): fix missing @end * scripts/lilypond-book.py (write_if_updated): print file name. * Documentation/user/basic-notation.itely (Explicitly instantiating voices): idem. --- diff --git a/ChangeLog b/ChangeLog index 8e2d08de70..511a322282 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-05-03 Han-Wen Nienhuys + * Documentation/user/basic-notation.itely (Basic polyphony): fix + missing @end + + * scripts/lilypond-book.py (write_if_updated): print file name. + * Documentation/user/basic-notation.itely (Explicitly instantiating voices): idem. @@ -10,10 +15,11 @@ is now first in accepts_list_. * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add - \defaultchild to all relevant contexts. This fixes default voices - for \drums { } . Most probably, this also fixes similar problems - with ancient transcriptions getting CueVoices instead of the - desired voices. + \defaultchild to all relevant contexts. This fixes: + drums-pitch.ly. + + (Probably also fixes similar problems with ancient + transcriptions getting CueVoices instead of the desired voices.) * lily/context-def.cc (get_default_child): new function. (get_accepted): place default child in front of list. diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index e2ff5f3a9a..88f8588a6a 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -2272,7 +2272,7 @@ to the note immediately preceding it. @example \relative @{ noteA << noteB \\ noteC >> noteD @} -@example +@end example @code{noteC} is relative to @code{noteB}, not @code{noteA}; @code{noteD} is relative to @code{noteC}, not @code{noteB} or diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index ae42159724..3bff755c96 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1672,6 +1672,7 @@ for this purpose instead. * Tablatures basic:: * Non-guitar tablatures:: * Fret diagrams:: +* Other guitar issues:: @end menu @node String number indications diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index cd8613a387..e123e8b6b5 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1355,7 +1355,7 @@ def write_if_updated (file_name, lines): oldstr = f.read () new_str = string.join (lines, '') if oldstr == new_str: - ly.progress (_ ("%s is up to date.")) + ly.progress (_ ("%s is up to date.") % file_name) ly.progress ('\n') return except: