]> git.donarmstrong.com Git - lilypond.git/commitdiff
add @finalout.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Oct 2004 18:00:50 +0000 (18:00 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Oct 2004 18:00:50 +0000 (18:00 +0000)
ChangeLog
Documentation/user/lilypond.tely
input/regression/key-signature-scordatura.ly
input/regression/page-layout.ly

index b17fa9ec4d59ddb87d2d393329f60d4b09526257..75a5d5daf1f754efe5ffda2ad31b687317273031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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.
index d9e2bb68033ea0a1a9267292a8c9845d96042465..9430a7b369d59b3ce4fb0dd23bc14123078cc650 100644 (file)
@@ -94,6 +94,8 @@ PostScript} and @uref{../lilypond.pdf,PDF}.
 @syncodeindex vr cp
 
 
+@finalout
+
 @titlepage
 @title GNU LilyPond
 @subtitle The music typesetter
index f4d991440d3c669b452a9f1a2a5274bdab036a53..3522431f1f0b59fe8de80107f1e360dbfc5d5d49 100644 (file)
@@ -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
 }
 
index 8cc5cf25f9103a859fd1a75b517a767ba651f28d..135223fc55f07927391588536d9b2637b2e5d79b 100644 (file)
@@ -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"