From: Han-Wen Nienhuys Date: Sat, 30 Oct 2004 18:00:50 +0000 (+0000) Subject: add @finalout. X-Git-Tag: release/2.4.2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=acecdaa587624321449f875e68a9d7018b1846f4;p=lilypond.git add @finalout. --- diff --git a/ChangeLog b/ChangeLog index b17fa9ec4d..75a5d5daf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-10-30 Han-Wen Nienhuys + * Documentation/user/lilypond.tely: add @finalout. + * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_ for attaching, fixes slur/stem left attachment of downslur/downstem. diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index d9e2bb6803..9430a7b369 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -94,6 +94,8 @@ PostScript} and @uref{../lilypond.pdf,PDF}. @syncodeindex vr cp +@finalout + @titlepage @title GNU LilyPond @subtitle The music typesetter diff --git a/input/regression/key-signature-scordatura.ly b/input/regression/key-signature-scordatura.ly index f4d991440d..3522431f1f 100644 --- a/input/regression/key-signature-scordatura.ly +++ b/input/regression/key-signature-scordatura.ly @@ -5,14 +5,15 @@ key signatures can be set invidually per pitch. " + } +\layout { + raggedright = ##T } -\score { \relative c' -\context Staff { - \set Staff.keySignature = #'(((1 . 2) . 1) ((0 . 3) . -1)) - f8 a c e - \set Staff.keySignature = #'(((1 . 2) . -1) ((0 . 4) . 2)) - e a, g a -} +\new Staff { + \set Staff.keySignature = #'(((1 . 2) . 1) ((0 . 3) . -1)) + f8 a c e + \set Staff.keySignature = #'(((1 . 2) . -1) ((0 . 4) . 2)) + e a, g a } diff --git a/input/regression/page-layout.ly b/input/regression/page-layout.ly index 8cc5cf25f9..135223fc55 100644 --- a/input/regression/page-layout.ly +++ b/input/regression/page-layout.ly @@ -1,11 +1,18 @@ \version "2.3.22" -\header{ texidoc = "This shows how different settings on \paper -modify the general page layout. Basically \paper will set the -values for the whole paper while \layout for each \score block." } - \header { + +\header { + + texidoc = "This shows how different settings on \paper modify the +general page layout. Basically \paper will set the values for the +whole paper while \layout for each \score block. + +This file is best viewed outside the collated files document. +" + + title = "Title" subtitle = "(and (the) subtitle)" subsubtitle = "Sub sub title"