]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 17:05:15 +0000 (17:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 17:05:15 +0000 (17:05 +0000)
to get sane spaces for titles.

* lily/parser.yy: change mode changing commands to XXXmode,
eg. drummode.
(mode_changing_head): group mode changes.
(mode_changing_head_with_context): new commands: create context as
well as change mode.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

Documentation/user/cheatsheet.itely
lily/parser.yy

index 6b92acf663fea3130e64eeeab89f59db5f8a2e40..d5a0c86bdbc03ed4ba6df8517591e46efa7fe76f 100644 (file)
@@ -258,7 +258,7 @@ twinkle
 @tab printing chord names 
 @tab
 @lilypond[fragment,relative=2]
-\context ChordNames \chordmode { c:dim f:maj7 }
+\chords { c:dim f:maj7 }
 @end lilypond
 
 @item @code{<<@{e f@} \\@{c d@}>>}
index a69ba4b34507527a76eea46fbc8be179d1778670..1ffdfa5f35a7dc5abaef70b652d805b0bc72b66f 100644 (file)
@@ -1092,7 +1092,7 @@ Prefix_composite_music:
                scm_gc_unprotect_object (p->self_scm ());
        }
        | mode_changing_head Grouped_music_list {
-               if ($1 == ly_symbol2scm ("figures"))
+               if ($1 == ly_symbol2scm ("chords"))
                {
                  Music *chm = MY_MAKE_MUSIC ("UntransposableMusic");
                  chm->set_property ("element", $2->self_scm ());