]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: automagic update.
authorGraham Percival <graham@percival-music.ca>
Sat, 14 Jul 2007 16:51:13 +0000 (09:51 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 14 Jul 2007 16:51:13 +0000 (09:51 -0700)
input/lsr/staff/changing-the-staff-size.ly
input/lsr/text/embedding-postscript.ly [deleted file]
input/lsr/text/the--fill-line-command.ly

index 4b4c32cb21bc76d6e99707d07bf03edb2d3e6055..a59ffaf13489d61d56afe5e58969843031cbf161 100644 (file)
@@ -6,8 +6,11 @@ In order to change staff sizes, both @code{staff-space} and
 @code{fontSize} must be scaled. 
 " }
 
-\relative c' <<
-%    \new Staff \relative c'' { \dynamicDown c4 \ff c c c }
+{
+    \new Staff \relative c'' { \dynamicDown c8 \ff c c c c c c c } 
+}
+
+{
     \new Staff \with {
        fontSize = #-3
        \override StaffSymbol #'staff-space = #(magstep -3)
@@ -15,7 +18,5 @@ In order to change staff sizes, both @code{staff-space} and
        \clef bass
        c8 c c c  c c c c
     }
->>
-
-
+}
 
diff --git a/input/lsr/text/embedding-postscript.ly b/input/lsr/text/embedding-postscript.ly
deleted file mode 100644 (file)
index 9476483..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-%%  Do not edit this file; it is auto-generated from LSR!
-\version "2.11.23"
-
-\header { texidoc = "
-By inserting the markup command @code{\postscript}, you can insert
-PostScript directly into the output.
-
-  
-
-" }
-
-\score {
-   \relative c'' {
-    a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
-     -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
-    
-    b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
-    s2
-    a'1
-  }
-  \layout { linewidth = 70 * 5 \pt }
-}
-
-
index e1a61f8824f74d4d250775d24bb8d05909a72bac..211ce2281858ba3b20b0f27df33e46498e9cf65b 100644 (file)
@@ -4,6 +4,18 @@
 \header { texidoc = "
 The \fill-line command aligns and justifies markup text by setting as
 many columns as required, in a given space.
+
+In this snippet we use numbers to (beautifully) show how the command
+works; but when using text beware to use quotes if you want your words
+to stay together:
+
+\fill-line @{The quick brown fox@} results in something like:
+
+The              quick                      brown                   fox
+
+\fill-line @{\"The quick brown fox\"@} results in something like:
+
+                        The quick brown fox 
 " }
 
 \paper {