]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.149
authorfred <fred>
Wed, 27 Mar 2002 01:01:12 +0000 (01:01 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:01:12 +0000 (01:01 +0000)
input/test/coriolan-margin.ly
input/test/figured-bass.ly
input/test/markup.ly
input/test/metronome.ly
input/test/part-combine-score.ly
input/test/textscript.ly
input/trip.ly
input/tutorial/os-score.ly

index 6f5b0e20de2165a47e30cc34354bf7b4a136885a..e1a2f78c1d65380f749f5fcf8f969334ac5c6de2 100644 (file)
@@ -32,8 +32,8 @@ oboi = \notes \relative c' {
 
 clarinetti = \notes \relative c' {
 %   \property Staff.instrument = #`("Clarinetti in B" ,text-flat)
-  \property Staff.instrument   = #`(lines "2 Clarinetti" (rows "(B" ,raisedflat ")"))
-  \property Staff.instr                = #`(lines "Cl." (rows "(B" ,raisedflat ")"))
+  \property Staff.instrument   = #`(lines "2 Clarinetti" (columns "(B" ,raisedflat ")"))
+  \property Staff.instr                = #`(lines "Cl." (columns "(B" ,raisedflat ")"))
 
   c1 c
 }
@@ -45,8 +45,8 @@ fagotti = \notes \relative c' {
 }
 
 corni = \notes \relative c' {
-  \property Staff.instrument   = #`(lines "2 Corni" (rows "(E" ,raisedflat ")"))
-  \property Staff.instr                = #`(lines "Cor." (rows "(E" ,raisedflat ")"))
+  \property Staff.instrument   = #`(lines "2 Corni" (columns "(E" ,raisedflat ")"))
+  \property Staff.instr                = #`(lines "Cor." (columns "(E" ,raisedflat ")"))
 
   c1 c
 }
index c087742691136c959ebbbbbe37f8223d3b5c83ec..102c7f90b6a1b3a1fe28d297e3a01f2c0a633fef 100644 (file)
@@ -6,7 +6,7 @@
 
 
 % Scheme macros for accidentals. Note how they can be combined
-% with other strings, for example in: d^#`(rows ,sharp "4")
+% with other strings, for example in: d^#`(columns ,sharp "4")
 
 #(define sharp '((raise . 0.2) (music (named "accidentals-1"))))
 #(define natural '((raise . 0.2) (music (named "accidentals-0"))))
@@ -21,7 +21,7 @@
       fis4^"7 6" [g8 d] e4^"7 6" [f?8 c] |
       [d^#sharp d b g][c^"7" c^"5" a^"6" f] |
       [bes^"7" bes^"5" g^"6" e] a4^#sharp d^"6" ~ |
-      d^#`(rows ,sharp "4") c^"6" d e^#sharp |
+      d^#`(columns ,sharp "4") c^"6" d e^#sharp |
   }
 }
 
index ab20df77810bef2edc7cdc60ad23d6ddddf04373..621567dbad6e0c9f25033a80cde19cb00d0c8375 100644 (file)
 
                d-#'(lines "one" "two" "three")
                e-#'(lines (bold "one") 
-                 (rows "and" "there" "is" ((font-family . number) "2"))
+                 (columns "and" "there" "is" ((font-family . number) "2"))
                  (italic "three"))
                f-#'(finger "3")
                g-#'(music (named "noteheads-2" "flags-u3"))
-               b-#'(rows "a" (((kern . 3) (raise . 2)) "b") "c")
-               c-#'(rows "1" (((raise . -2) (kern . -1)) "2") "3")
+               b-#'(columns "a" (((kern . 3) (raise . 2)) "b") "c")
+               c-#'(columns "1" (((raise . -2) (kern . -1)) "2") "3")
 % }
                d-#'(lines "Violoncello" "    e" "Contrabasso")
                e-#'((lines (baselineskip . 0) (kern . 1.5)) "Violoncello" "    e" "Contrabasso")
index d20eb577c6cebd2ce9a97779209728139fc254ff..6439e82f12ea1caa33d1edf4a69edc2d7a2001f6 100644 (file)
 %
 % FIXME: put in an item, and typeset by an engraver.
 
-#(define note '(rows (music "noteheads-2" ((kern . -0.1) "flags-stem"))))
-#(define eight-note `(rows ,note ((kern . -0.1) (music ((raise . 3.5) "flags-u3")))))
-#(define dotted-eight-note `(rows ,eight-note (music "dots-dot")))
+#(define note '(columns (music "noteheads-2" ((kern . -0.1) "flags-stem"))))
+#(define eight-note `(columns ,note ((kern . -0.1) (music ((raise . 3.5) "flags-u3")))))
+#(define dotted-eight-note `(columns ,eight-note (music "dots-dot")))
 
 \score {
   \notes\relative c'' {
-    a1^#`((rows (font-relative-size . -1)) ,dotted-eight-note " = 64")
+    a1^#`((columns (font-relative-size . -1)) ,dotted-eight-note " = 64")
   }
   \paper {
     linewidth = -1.
index ca51a9ea664e777937c9ff017affc1aaaeb86458..a6d71cc8e4886139495491cf7f6e58ab7335d889 100644 (file)
@@ -46,10 +46,10 @@ flautiStaff =  \notes \context VoiceCombineStaff = flauti <
 %  \property VoiceCombineStaff.instr = #"Fl."
 
   \property VoiceCombineStaff.instrument = #`((kern . 0.5) (lines
-    "2 Clarinetti" (rows "(B" ,text-flat ")")))
+    "2 Clarinetti" (columns "(B" ,text-flat ")")))
 
   \property VoiceCombineStaff.instr = #`((kern . 0.5) (lines
-    "Cl."  (rows "(B" ,text-flat ")")))
+    "Cl."  (columns "(B" ,text-flat ")")))
 
   %\global
   \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
@@ -149,7 +149,7 @@ bassiGroup =  \context PianoStaff = bassi_group \notes <
 
     % Ugh, markup burps
     \property StaffCombineStaff.instrument = #'((kern . 0.5)
-    (lines "Violoncello" (rows "    e") (rows "Contrabasso")))
+    (lines "Violoncello" (columns "    e") (rows "Contrabasso")))
 
     \property StaffCombineStaff.instr = #"Vc."
     
index 24ccd550bcc0219adf5102bab09a2186c100c4f1..8937ff889b91bec9cd65193ec48fdaba10515fdd 100644 (file)
@@ -7,16 +7,16 @@
 
 \score{
   \notes\relative c''{
-    c'1^#'(rows (dynamic "p") " ma sosten.") 
+    c'1^#'(columns (dynamic "p") " ma sosten.") 
     c^#'(bold "ABCD")
-    c^#'(rows "Dal " (music "scripts-segno")) 
+    c^#'(columns "Dal " (music "scripts-segno")) 
     c^#'(Large "ABCD") 
     \break
     \property Voice . TextScript \override #'font-shape = #'upright
-    c1^#'(rows (dynamic "p") " ma sosten.")  
+    c1^#'(columns (dynamic "p") " ma sosten.")  
     c^#'(bold "ABCD")
     \property Voice . TextScript \override #'font-series = #'bold
-    c^#'(rows "Dal " (music "scripts-segno")) 
+    c^#'(columns "Dal " (music "scripts-segno")) 
     c^#'(Large "ABCD")
   }
 }
index 946dfb8601b2d1199fa2e08d57efa4494c4e43d1..ec69cb2771548395bc53cae3e7bb03971b3bfbd9 100644 (file)
@@ -92,7 +92,7 @@ praeludiumLeft =  \notes \relative c {
 fugaIIRight =  \notes   \relative c''   {
   \key e \major              % E-major
   \clef violin
-  \time3/4
+  \time 3/4
 
   %15
   \context Staff <
index db0e3b3938a9e122fb8b896506e9c0c79b8d8a5a..a5fe3ec333f63f8c18a0a9f14339fe485ed74717 100644 (file)
@@ -43,8 +43,8 @@
       >
       \context Staff = corni <
         \property Staff.midiInstrument = #"french horn"
-       \property Staff.instrument = #`(lines "Corno" (rows "(E" ,text-flat ")"))
-       \property Staff.instr = #`(lines "Cor."  (rows "(E" ,text-flat ")"))
+       \property Staff.instrument = #`(lines "Corno" (columns "(E" ,text-flat ")"))
+       \property Staff.instr = #`(lines "Cor."  (columns "(E" ,text-flat ")"))
        \property Staff.transposing = #3
        \notes \key bes \major
        \context Voice=one \corno