summaryrefslogtreecommitdiff
path: root/old/12200-h/images/example1.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 /old/12200-h/images/example1.ly
initial commit of ebook 12200HEADmain
Diffstat (limited to 'old/12200-h/images/example1.ly')
-rw-r--r--old/12200-h/images/example1.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/old/12200-h/images/example1.ly b/old/12200-h/images/example1.ly
new file mode 100644
index 0000000..9961a76
--- /dev/null
+++ b/old/12200-h/images/example1.ly
@@ -0,0 +1,38 @@
+\include "paper20.ly"
+\paper {
+ linewidth = 200.244096\pt
+
+
+}
+
+\header {
+}
+
+melody = \notes \relative c'' {
+ \clef treble
+ \key a \major
+ \cadenzaOn
+ d4 bis8 \bar"|"
+ cis4
+ \cadenzaOff
+}
+
+words = \lyrics {
+ Ah! mon fils
+}
+
+\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