]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 23:23:14 +0000 (23:23 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 23:23:14 +0000 (23:23 +0000)
input/regression/allfontstyle.ly [deleted file]
input/regression/allfontstyle.lyinc [new file with mode: 0644]
input/regression/arpeggio-bracket.ly [new file with mode: 0644]
input/regression/arpeggio-collision.ly
input/regression/arpeggio.ly
input/regression/size11.ly
input/regression/size13.ly
input/regression/size16.ly
input/regression/size20.ly
input/regression/size23.ly
input/regression/size26.ly

diff --git a/input/regression/allfontstyle.ly b/input/regression/allfontstyle.ly
deleted file mode 100644 (file)
index ac670d1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\version "1.9.4"
-
-\header{
-texidoc="
-Different text styles are used for various purposes.
-"
-}
-
-\score {  \notes
-       \relative c'' \context Staff {
-               \emptyText
-               \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
-                \alternative {
-                       {
-                           d-4_\markup { \italic "cantabile"  } }
-                       {  e }  } \acciaccatura { c16 }
-                         
-                        f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
-       }
-       \paper { raggedright = ##t
-       % \translator {\BarNumberingStaffContext} }
-       }
-}
diff --git a/input/regression/allfontstyle.lyinc b/input/regression/allfontstyle.lyinc
new file mode 100644 (file)
index 0000000..ac670d1
--- /dev/null
@@ -0,0 +1,23 @@
+\version "1.9.4"
+
+\header{
+texidoc="
+Different text styles are used for various purposes.
+"
+}
+
+\score {  \notes
+       \relative c'' \context Staff {
+               \emptyText
+               \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
+                \alternative {
+                       {
+                           d-4_\markup { \italic "cantabile"  } }
+                       {  e }  } \acciaccatura { c16 }
+                         
+                        f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
+       }
+       \paper { raggedright = ##t
+       % \translator {\BarNumberingStaffContext} }
+       }
+}
diff --git a/input/regression/arpeggio-bracket.ly b/input/regression/arpeggio-bracket.ly
new file mode 100644 (file)
index 0000000..cef2755
--- /dev/null
@@ -0,0 +1,20 @@
+
+
+\version "1.9.7"
+\header{
+texidoc="
+A square bracket on the left indicates that the player should not
+arpeggiate the chord.
+"
+}
+
+\score{
+     \notes\relative c''{
+        \property Staff.Arpeggio \override #'molecule-callback = \arpeggioBracket
+        
+        <fis,  d a >\arpeggio
+        }
+     
+    \paper { raggedright= ##t }
+}
+
index 8e335b282a5879a5b42187439549de99fd5e954e..d177748ca3d2a5f28738273ddf9190c88034cd41 100644 (file)
@@ -1,44 +1,14 @@
-#(ly:set-option 'old-relative)
 \version "1.9.4"
 
 \header  {
-texidoc = "Arpeggio stays clear of accidentals and flipped note heads.
-Since Arpeggio engraver is Voice, it does nothing for voice collisions."
+texidoc = "Arpeggio stays clear of accidentals and flipped note heads."
 }
 
-hairyChord = \context Staff \notes\relative c' <<
-    \new Voice {
-        \property Voice.Stem \override #'direction = #1
-        \property Voice.NoteColumn \override #'horizontal-shift = #0
-        e4\arpeggio
-    }
-    
-    \new Voice {
-        \property Voice.Stem \override #'direction = #1
-        \property Voice.NoteColumn \override #'horizontal-shift = #1
-        cis\arpeggio
-        }
-    
-    \new Voice {
-       \property Voice.Stem \override #'direction = #1
-       \property Voice.NoteColumn \override #'horizontal-shift = #2
-       ais\arpeggio
-       }
-    
-    \new Voice {
-       \property Voice.Stem \override #'direction = #-1
-       \property Voice.NoteColumn \override #'horizontal-shift = #-1
-       fis\arpeggio
-       }
->>
-
-
 \score{
     \notes \transpose c c' {
-       < fis'' g  d a >\arpeggio
-       < fis, g  d a >\arpeggio
-       < fis'' g  d a >\arpeggio
-        \hairyChord
+       <fis'' g d a>\arpeggio
+       <fis, g d a>\arpeggio
+       <fis'' g d a>\arpeggio
        }
     \paper {
         raggedright = ##t
index 26fd62f56c3ca717488cd02168802cd513be18ac..b8f95cfbb79dea58ccdf103e813a8dcd287a2e8d 100644 (file)
@@ -9,20 +9,20 @@ Arpeggios are supported, both cross-staff and broken single staff.
 
 
 \score{
-    \context PianoStaff << 
-        \new Staff \notes\relative c''{
-           \context Voice < fis,  d a >\arpeggio
+    \context PianoStaff\notes << 
+        \new Staff \relative c''{
+            <fis,  d a>\arpeggio
            \property Staff.Arpeggio \override #'arpeggio-direction = #1 
-           \context Voice < fis,  d a >\arpeggio           
+            <fis d a >\arpeggio            
             %%\property PianoStaff.SpanArpeggio \override #'connect = ##t
             \property PianoStaff.connectArpeggios = ##t
-            <fis, a c>\arpeggio
+            <fis d a>\arpeggio
          }
-        \new Staff \notes\relative c{
+        \new Staff\relative c{
             \clef bass
-           \context Voice < g b d   >\arpeggio
-           \property Staff.Arpeggio \override #'arpeggio-direction = #-1           
-           \context Voice < g b d   >\arpeggio     
+            <g b d>\arpeggio
+           \property Staff.Arpeggio \override #'arpeggio-direction = #-1
+            <g b d>\arpeggio
             <g b d>\arpeggio
         }
     >>
index c2eb7ddfde6702231c2358bafd1a6a7ecc6ddcc1..d3c45a60556329d93faca02d41a85a4b1ca35e75 100644 (file)
@@ -15,4 +15,4 @@ foollilypondbook = "
 
 
 \include "paper11.ly"
-\include "allfontstyle.ly"
+\include "allfontstyle.lyinc"
index 02c156191e5842b67e15678a40350782ef452805..69c02e7b38a8061f26f68ba17265679cee918c3c 100644 (file)
@@ -8,4 +8,4 @@ foollilypondbook = "
     }
 
 \include "paper13.ly"
-\include "allfontstyle.ly"
+\include "allfontstyle.lyinc"
index e776b0bf72a15b7915ae1f085fdb8bf14475d4ad..1062cfea242131b0591f5ea5c02973ccfb9801ef 100644 (file)
@@ -10,4 +10,4 @@ foollilypondbook = "
 
 
 \include "paper16.ly"
-\include "allfontstyle.ly"
+\include "allfontstyle.lyinc"
index 35ffafafb31950a74add8ad6ff43dd78628885c5..0b7f457ce87d98ff3c21a6a674856f5e06339ecf 100644 (file)
@@ -10,4 +10,4 @@ foollilypondbook = "
 
 
 \include "paper20.ly"
-\include "allfontstyle.ly"
+\include "allfontstyle.lyinc"
index 5462cd3c3fa869a0ef5f55ceb15f0e5bc092a6c3..ed09fe2f3e96f541cce207f93fd449b5daa2bd3a 100644 (file)
@@ -9,4 +9,4 @@ foollilypondbook = "
 
 
 \include "paper23.ly"
-\include "allfontstyle.ly"
+\include "allfontstyle.lyinc"
index 90380143abc216efb38d811afee6653f371c944c..3bc653c6a0a1b1a14b47aee71832dd0dd9238e66 100644 (file)
@@ -10,4 +10,4 @@ foollilypondbook = "
 
 
 \include "paper26.ly"
-\include "allfontstyle.ly"
+\include "allfontstyle.lyinc"