summaryrefslogtreecommitdiff
path: root/12200-h/images/example2.ly
diff options
context:
space:
mode:
authorRoger Frank <rfrank@pglaf.org>2025-10-15 04:39:16 -0700
committerRoger Frank <rfrank@pglaf.org>2025-10-15 04:39:16 -0700
commit02670ec00b4e5ca0107242ebf70a2226a95632f1 (patch)
tree3e838f33f05e4c2580242e4b10ca95b693ca0032 /12200-h/images/example2.ly
initial commit of ebook 12200HEADmain
Diffstat (limited to '12200-h/images/example2.ly')
-rw-r--r--12200-h/images/example2.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/12200-h/images/example2.ly b/12200-h/images/example2.ly
new file mode 100644
index 0000000..18f993b
--- /dev/null
+++ b/12200-h/images/example2.ly
@@ -0,0 +1,38 @@
+\include "paper20.ly"
+\paper {
+ linewidth = 200.244096\pt
+
+
+}
+
+\header {
+}
+
+melody = \notes \relative c'' {
+ \clef treble
+ \key ees \major
+ \cadenzaOn
+ g4 g4. g16 g4 g8 \bar"|"
+ aes2 g4
+ \cadenzaOff
+}
+
+words = \lyrics {
+ il re -- nia ta me -- re
+}
+
+\score { <<
+ \property Staff.TimeSignature \override #'transparent = ##t
+ \property Score.automaticMelismata = ##t
+
+ \addlyrics
+ \context Staff {
+ \melody
+ }
+ \context Lyrics \words
+ >>
+
+
+ \paper { }
+ \midi { \tempo 4 = 120 }
+} \ No newline at end of file