summaryrefslogtreecommitdiff
path: root/12200-h/images/example1.ly
diff options
context:
space:
mode:
Diffstat (limited to '12200-h/images/example1.ly')
-rw-r--r--12200-h/images/example1.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/12200-h/images/example1.ly b/12200-h/images/example1.ly
new file mode 100644
index 0000000..9961a76
--- /dev/null
+++ b/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