From c47343fbc0495ffe45224998dece8e1469549098 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 31 Mar 2001 12:36:54 +0000 Subject: [PATCH] lilypond-1.3.145 --- input/regression/tie-dots.ly | 11 +++++++++++ input/tutorial/miniatures.ly | 24 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 input/regression/tie-dots.ly create mode 100644 input/tutorial/miniatures.ly diff --git a/input/regression/tie-dots.ly b/input/regression/tie-dots.ly new file mode 100644 index 0000000000..297a2bd262 --- /dev/null +++ b/input/regression/tie-dots.ly @@ -0,0 +1,11 @@ +\header { +texidoc = "Ties should not collide with dots."; +} + +\score{\notes{\time 9/8; \key f \major;\clef bass; + g4 d8 bes4. ~ bes4 a8 \bar "|"; + a8 gis8 d8 f4. gis,4. \bar "|"; + a,4. ~ a,4 r8 r4 r8 \bar "|"; + c4. ~ c8 a8 g8 f8 +}} + diff --git a/input/tutorial/miniatures.ly b/input/tutorial/miniatures.ly new file mode 100644 index 0000000000..1dd8aa064d --- /dev/null +++ b/input/tutorial/miniatures.ly @@ -0,0 +1,24 @@ + \version "1.3.138"; + \header { + title = "Two miniatures"; + } + + #(set! point-and-click line-column-location) + + \paper { linewidth = -1.0; } + + \score { + \notes { c'4 d'4 } + \header { + opus = "Opus 1."; + piece = "Up"; + } + } + + \score { + \notes { d'4 c'4 } + \header { + opus = "Opus 2."; + piece = "Down"; + } + } -- 2.39.5