]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added raggedright, removed two old input/test files.
authorGraham Percival <graham@percival-music.ca>
Mon, 16 Jun 2003 16:05:04 +0000 (16:05 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 16 Jun 2003 16:05:04 +0000 (16:05 +0000)
41 files changed:
ChangeLog
input/test/add-staccato.ly
input/test/add-text-script.ly
input/test/ancient-accidentals.ly
input/test/ancient-font.ly
input/test/ancient-time.ly
input/test/bar-always.ly
input/test/bar-lines-lyric-only.ly
input/test/bar-lines.ly
input/test/bar-number-every-five-reset.ly
input/test/bar-number-show-all.ly
input/test/beam-auto-4-8.ly
input/test/beam-auto-override.ly
input/test/beam-control.ly
input/test/beam-count.ly
input/test/beam-damp.ly
input/test/beam-dir-functions.ly
input/test/beam-neutral-direction.ly
input/test/blank-notes.ly
input/test/boxed-molecule.ly
input/test/cautionaries.ly
input/test/chord-markup.ly
input/test/chords-without-melody.ly
input/test/coda-kludge.ly
input/test/count-systems.ly
input/test/crescendi.ly
input/test/cue-notes.ly
input/test/drarn-slurs.ly
input/test/drarn.ly
input/test/duration-check.ly
input/test/dynamic-absolute-volume.ly
input/test/dynamic-extra.ly
input/test/embedded-postscript.ly
input/test/embedded-scm.ly
input/test/embedded-tex.ly
input/test/explicit.ly
input/test/fake-grace.ly [deleted file]
input/test/figured-bass.ly [deleted file]
input/test/fill-a4.ly
input/test/follow-break.ly
input/test/follow-thread.ly

index 0805be777d9970cf06c095d51015292b9394d98e..560fce57928e2fce06f433a5a6bd99ebe9f4e108 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * input/test/g*: added texidoc index.
 
+       * input/test/[a-g]*: added raggedright==#t when it
+        seemed appropiate.
+
 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/test/spanner-after-break-tweak.ly (texidoc): new file.
index 0763a324c57fcefa5f3f2483b1e0baa3af44c78c..0809d44bfdaa7272a1f1efbdf1d278ea94c7706c 100644 (file)
@@ -35,6 +35,7 @@ one would not use scm constructs.  See separate-staccato.ly first.
     a b \apply #add-staccato { c c } 
     a b \apply #add-staccato { c c } 
   }
+       \paper{ raggedright = ##t }
 }
 
 %% new-chords-done %%
index a9c6639c7839b7b176bca227f61a1a9858f3e96f..14afb5978694d919d4863d831b5013d2d3163702 100644 (file)
@@ -30,6 +30,7 @@ create, then write a function that will build the structure for you.
 
 \score {
   \apply #(lambda (x) (add-text-script x "6") (display x) x ) \notes { c4-3 }
+       \paper{ raggedright = ##t }
 }
 
 %% new-chords-done %%
index 9f1456469be7ecdc20dc478084c6b7ef95eeed4d..474d1530609a391377ae97452edf48a022e516c6 100644 (file)
@@ -50,6 +50,5 @@ file lists all of them.
        ceses ceses! ceses? |
        
   }
-  \paper { }  
 }
 %% new-chords-done %%
index e23156e7d8313afc62ddf4ffa98a8ea5f82b5795..dbae323c52a726985e06ab835090d19e9c970d1a 100644 (file)
@@ -220,8 +220,10 @@ lowerStaff =  \context MensuralStaff = lowerStaff <
        \lowerStaff
     >
     \paper {
+% do we want to keep these settings? -gp
        linewidth = 17.25\cm
        textheight = 26.0\cm
+
        stafflinethickness = \staffspace / 5.0
        indent = 0.0
        \translator {
index f239973c0159eaef305f3a46b809d42917f33e14..36aa0b9e24a1309770796caea72077e4052df408 100644 (file)
@@ -12,5 +12,6 @@ Should use old style.
     \property Staff.TimeSignature \override #'style = #'neo_mensural
     s1 
   }
+       \paper {raggedright = ##t}
 }
 %% new-chords-done %%
index c514800d088c214d78f57b4cb96c3b133adc53c8..e80da0daa4e893928ff991611a65d67151a5ca8c 100644 (file)
@@ -12,5 +12,6 @@ automatically insert barlines everywhere.
                \property Score.barAlways = ##t
                \property Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
+       \paper{raggedright = ##t}
 }
 %% new-chords-done %%
index a501547564eb7be2eeeb7fca52015b01f8065437..a664af407e052b4219be5b988de9ad1180093294 100644 (file)
@@ -21,6 +21,7 @@ Span_bar_engraver if you want bar lines on lyrics.
 
 
 \paper  {
+       raggedright = ##t
 \translator {
   \LyricsVoiceContext
   \consists Bar_engraver
index c917ef06a5e5389e2809f7397428a8bc41d4c604..df79d92e66d4d11e49d8251117ed614b157cec98 100644 (file)
@@ -16,5 +16,6 @@ c4
 \bar ".|." c
 \bar "|"  c
 } 
+\paper{raggedright = ##t}
 }
 %% new-chords-done %%
index 28d7f57131c32302bce14ae3e1172f1db3c2609a..fdb10ab62e039d160b4617b4536db5e307564f72 100644 (file)
@@ -25,4 +25,5 @@ resetBarnum = \context Score \applycontext
             \bar "|."
         }
     >
+\paper{raggedright = ##t}
 }
index f88fec286f6c3ba8fa6861d6a072aa04134cba26..53a176445d5a7cbfd29b15d706c8f80008464e32 100644 (file)
@@ -12,6 +12,7 @@ Second line has bar numbers on start of every measure.
        \break
        c c c
     }
+       \paper{ raggedright = ##t }
 }
 
 %% new-chords-done %%
index e0c4eac549ef7907cb96a017cf68655b2b9230ec..86b50e1bcc2de27a0e4d5e31c11243885068f50d 100644 (file)
@@ -29,6 +29,7 @@ You can override Lilypond's automatic beaming.
      c8 c c c16 c
 
   }
+\paper{raggedright = ##t}
 }
     
 %% new-chords-done %%
index e42c9b494dda6cf2e39a4d2064e125a4610866fb..a339a414ef3fbecebd02d89c7a81540dfe24d3c9 100644 (file)
@@ -45,6 +45,7 @@ The beam will be ended also when now % beamAutoEnd = 0
            autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 1 2)
        }
     }
+\paper{raggedright = ##t}
 }
 
 %% new-chords-done %%
index 3247dc4cee578196cd787a24baff37a63e311434..13e73881474b5a287baed23619d806aace9dc9b8 100644 (file)
@@ -19,5 +19,6 @@ Controlling beam positions.
        \property Voice.Beam \revert #'positions
         c-[ e]  e-[ c]
   }
+\paper{raggedright = ##t}
 }
 %% new-chords-done %%
index b6348d54e4e59f25c4088e75190da426e24c1a1d..c23e849aabfc1e0463421b47cbb42c8575d402df 100644 (file)
@@ -22,6 +22,6 @@ fragment = \notes {
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper { raggedright = ##t}  
 }
 %% new-chords-done %%
index 96f012af9530cdff117ab6adec5b536142cc7191..26ae68082cb7947b1c57a59a6887d0153e61e253 100644 (file)
@@ -2,9 +2,9 @@
 % this example doesn't look very useful.  Perhaps remove it in
 % the future, although it _does_ demonstrate a neat feature of
 % lilypond.  Maybe regression?  Or a "neat features" page
-% (one of the intro pages, maybe?)
+% (one of the intro pages, maybe?)    -gp
 % OTOH, this is probably a basic lesson for engraving music,
-% so it might not be worth advertising it.  :)
+% so it might not be worth advertising it.  :)  -gp
 texidoc = "@cindex Beam Damp
 Beams are less steep than the notes they encompass.
 " }
index cf1cdde6e80acd7439c41935750460278895558c..26445f0e3b2ab11ebe2374bdec73004f7d5c54f9 100644 (file)
@@ -38,6 +38,7 @@ your favourite algorithm isn't one of these, you can hook up your own.
     \property Voice.Beam \set #'dir-function = #beam-dir-median
     [c c g] 
   }
+\paper{raggedright = ##t}
 }
 
 %% Local variables:
index e1bfdc5012034577e23c214d5bb1f54cf8e26235..ae6bdc570bf9ad5629412a08ba4c148db43f878e 100644 (file)
@@ -18,6 +18,6 @@ fragment = \notes {
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper {raggedright = ##t }  
 }
 %% new-chords-done %%
index 981ae7329dbc01ec0c419fc61e6af87fec57208c..15a92a5fa852e06894212c99001fc99e81e37301 100644 (file)
@@ -26,6 +26,8 @@ unblanknotes = { \property Voice.NoteHead
     \notes { c4 d4 
     \blanknotes e4 f4   \unblanknotes
             g4 a 
-            }}
+            }
+\paper{raggedright = ##t}
+}
 
 %% new-chords-done %%
index 283cd653c7b8232c061b5dcbf09f97bc04b30658..308cadf8cdb1478d11732b2bd3a67fdab26c62a6 100644 (file)
@@ -26,5 +26,7 @@ TODO:  circled molecules.
 \property Voice.Stem \revert #'molecule-callback
 
       c4. c4 \mark "F" c1 
-   }}
+   }
+\paper{raggedright = ##t}
+}
 %% new-chords-done %%
index 4a481080d9fe0c7c26580a40c0fefeee04a932d9..0cba11ddc5e51be2b688b7795063dedff8b71e98 100644 (file)
@@ -14,6 +14,7 @@ Lilypond can display cautionary accidentals in different ways.
   <<dis c>>1 cis?2 d?
 
 }
+\paper{raggedright = ##t}
 }
 
 %% new-chords-done %%
index 2bd43dc42dc437b08038ecd428ae90acd283d5d4..e0ad3ab3f1f75e2a83da7f0e4cebc5835a7e3391 100644 (file)
@@ -19,5 +19,6 @@ chord/markup test.
                        \column <<  "1"  { \bold "2" "3" } >> }
                }
    >
+\paper{raggedright = ##t}
 }
 %% new-chords-done %%
index b59ad01eeb605488a69fac54e02653683cc23867..30123059a554109b8f537fff9fd66bc9232e99d5 100644 (file)
@@ -23,6 +23,7 @@ texidoc = "Jazz chords can also be used without notes."
                        \consists Bar_engraver
                        \consists "Volta_engraver"
                }
+       raggedright = ##t
        }
 }
 
index 1cc1627b3a151d4db57634a3a81a34d2bbe152b7..df25d3525b21b64da29df7e4a5c73a29d097b0b6 100644 (file)
@@ -54,6 +54,7 @@ Hi,
                        five1
                }
        >
+\paper{raggedright = ##t}
 }
 
 
index 16f08a31a78217ef26f252677b939de2acb7f294..ab4fc82b5f27d9f3a396e699e45d7bbb30346bf1 100644 (file)
@@ -34,6 +34,7 @@ specified number of lines.
     }
     \paper{ indent = 0.0\mm
            linewidth = 10.0\mm
+               raggedright = ##t
        }
 }
 %% new-chords-done %%
index 4ec8f16c9368c26917740f71f893577b47f33335..ab8ee81b2f9644aa3d7b0f35ed0772e9569586a5 100644 (file)
@@ -13,6 +13,7 @@ a-\mf\< a \!a
 a\< \!a
 }
 \paper{
+raggedright = ##t
 }
 \midi{
 \tempo 1 = 60
index 0f46cb31f99094e25608cc4fd102b2499ff85226..7f94613aa57dc66d6203f83403f1c420470bcc4c 100644 (file)
@@ -33,7 +33,7 @@ usually not restored explicitly.
 
        r8^"Bsn." c'8  f'8-[ f'8]
 % FIXME: check to see if clef should be cancelled from the cue.  IIRC
-% it should be, but I could be wrong.
+% it should be, but I could be wrong.   -gp
 %       \property Staff.fontSize\unset
 %       \property Staff . Clef = \turnOff
        \clef treble
index 05593e89b746e1f3afb43e187ea99451fdf329e1..3729530b8aa88af9b5c158a5d122c3ba0a05cedb 100644 (file)
@@ -17,6 +17,6 @@ fragment = \notes {
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper { raggedright = ##t}  
 }
 %% new-chords-done %%
index 23d1651df7d3d8748283c542d5fcdb80b79452de..02db4fb37502f5149869ea011051db56ffed37cb 100644 (file)
@@ -21,6 +21,7 @@ You can attach slurs and ties to noteheads.
       a8(a-)-~a  
     }
   >
-  \paper { linewidth = 40*\staffspace } 
+  \paper { linewidth = 40*\staffspace
+               raggedright = ##t } 
 }
 %% new-chords-done %%
index ff7527ade8b6aa3f85dec4e53e0b8b8775de101f..60a8c0a881166b5bf5547c71b4dc49c6d86b1543 100644 (file)
@@ -52,5 +52,6 @@ bug.  "
          a b8 c16 d a2 r
       }
   >
+\paper{raggedright = ##t}
 }
 %% new-chords-done %%
index b52259701abd08067de92414e9fd268c9f56cdff..22324fa3aa620bf748901741254fbfd44c1cf9fd 100644 (file)
@@ -19,8 +19,7 @@ a-\ff
 a\fff
 a\sf
 }
-\paper{
-}
+\paper{ raggedright = ##t }
 \midi{
 \tempo 1 = 60
 }
index 141e2ddda030470fe0f4c24d8d62574ac2f66326..fa88957e9a8a1d4d62b9c85221c5d118bb03551e 100644 (file)
@@ -14,6 +14,7 @@ piuf =        \markup {  \italic "pi\\`u" \dynamic "f" }
        
        c2\< \! c2
        }
+\paper{raggedright = ##t}
     }
 
 %% new-chords-done %%
index d63e66c25de3ed4db739af64650f68819565625a..c68128305b03ebb110958e7ace2da0b5337893b9 100644 (file)
@@ -16,6 +16,7 @@ TODO: make molecule-callback to do this.
     s2
     a'1
   }
-  \paper { linewidth = 70 * \staffspace }
+  \paper { linewidth = 70 * \staffspace
+       raggedright = ##t  }
 }
 %% new-chords-done %%
index ab3198cae48c2485fd14c478cebbceb58af30d34..d3b119ca6bcbb8b08d4a01b6f98b2b7f9d15284b 100644 (file)
@@ -6,6 +6,7 @@ You can embed scm functions in your scores.
 
 #(begin (newline)(display "hello world")(newline))\score{
        \notes\relative c'{ c }
+\paper{raggedright = ##t}
 }
 
 %% new-chords-done %%
index 077de6da8092c6f52cd8ffdc447b4c50e3b19888..d926731b6a6b7f83e13cbdfcc2d7ab44dec9164a 100644 (file)
@@ -10,6 +10,6 @@ fragment = \notes {
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper { raggedright = ##t }  
 }
 %% new-chords-done %%
index ed5de5c2407ec732bad6ad77e0e7d28daeb25679..98a60ecf41ac9fc4d4a21c18371aa40209c4b127 100644 (file)
@@ -9,5 +9,6 @@ Explicit pitches and durations. "
     \pitch #(ly:make-pitch 1 1 1) \duration #(ly:make-duration 2 0)
 
   }
+\paper{raggedright = ##t}
 }
 %% new-chords-done %%
diff --git a/input/test/fake-grace.ly b/input/test/fake-grace.ly
deleted file mode 100644 (file)
index de89e89..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-\version "1.7.18"
-% possible rename to grace-fake.ly   -gp
-\header{ texidoc="@cindex Grace Fake
-If desired, you can fake a grace note. by changing the timing and fontsize
-instead of using \grace. " }
-% although I don't know why you'd want to.
-
-\score { 
-  \context Voice \notes\relative c {
-    % to see the magic: uncomment size stuff in init/paper20.ly
-       
-       c'4 c4
-       
-       \property Voice.fontSize= #-2
-       b16*1/2  (
-       \property Voice.fontSize= #0
-       
-       ) g4 *31/32
-       
-       a a g2
-       
-  }
-  \paper { }  
-  \midi { }
-}
-%% new-chords-done %%
diff --git a/input/test/figured-bass.ly b/input/test/figured-bass.ly
deleted file mode 100644 (file)
index 9f2ebbd..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-\version "1.7.18"
-\header {
-texidoc = "@cindex Figured Bass
-%Test figured bass.
-
-Figured bass is created by the FiguredBass context which eats
-note-requests and rest-requests.  You can enter these either using
-standard @code{<< >>} notation, or using the special @code{\figures @{ @}}
-mode, which allows you to type numbers, like @code{<<4 6+>>}. " }
-
-\score { \notes  <
-\context FiguredBass \transpose c c' {
-   <<e! g >>
-   <<f ais >>8
-   \figures {
-     r8
-     <1 3 5>4 <3- 5+ 6!> <5>
-   } 
- }
- \context Voice {
-   c 
-   g8 g 
-   f4
-   d
-   c
-  }
->
- }
-%% new-chords-done %%
index 919a8645b3f90decbd6b6edc3268c679bbd73d11..0230e6e8c0e0ca22386df9a2b3e777257bd520ce 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 %possible rename to paper-fill-a4.ly -gp
-% candidate for regression -gp
-
+% candidate for reg -gp
+% Han says no, but keeping this comment temporarily so that I don't
+% forget and nominate it for reg again.  :)  -gp
 
 % test file to get a4 paper really filled,
 % without having to resort to the ever-ugly oversizing hack:
index ea3bc685a1cda38f5d3290421b4c42f11152cdaf..77e41e71959dab104c8deced070c8c7bf482df60 100644 (file)
@@ -17,6 +17,7 @@ followVoice: connect note heads with line when thread switches staff.
        \context Staff=two { \clef bass \skip 1*2 }
     >
     \paper{
+               raggedright = ##t
         linewidth = 70.\mm
        \translator {
            \ScoreContext
index d11255194bedf8da2874a0890104831bdc369ff1..a049534f504ad8af9b44ef57e27231a47a75e75b 100644 (file)
@@ -23,6 +23,6 @@ fragment = \notes {
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper { raggedright = ##t }  
 }
 %% new-chords-done %%