From 6480e4449c40bf8f49cf81e0068a3831730ec313 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 18 Nov 1996 22:31:37 +0000 Subject: [PATCH] lilypond-0.0.10 --- maartje.ly | 14 +++++++++++++- symbol.ini | 19 ++++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/maartje.ly b/maartje.ly index 4c32f09c9a..928f7b2838 100644 --- a/maartje.ly +++ b/maartje.ly @@ -5,6 +5,14 @@ ritme = rhythmstaff { melody= melodicstaff { + + voice { $ fis 'dis 'fis 'gisis $ } + voice { $ 'eses $ start 0.75} + voice { $ 'cis $ start 0.75} + voice { $ f $ start 0.75} + voice { $ gis $ start 0.75} + + voice { $ ''c2.. r8 r4 r8 r16 r32 r32 [d8 e8 f8 g8] [d8 e8 f8 g8] @@ -12,7 +20,7 @@ melodicstaff { a8 b8 'c8 'd8 ''c8 ```c8 c4 c4 c4 c4 \duration 16 `b16 `a16 `g16 `f16 \duration 4 c `b `a `g `f `e `d `c ``b ``a ``g ``f ``e ``d ``c$ - } + start 1.0 } } score { paper { @@ -24,8 +32,12 @@ score { % staff { melody } commands { meter 4 4 + + key $ fis cis gis $ skip 2:0 + key $ $ meter 2 4 + skip 19:0 } } diff --git a/symbol.ini b/symbol.ini index e1e2f3f2a0..ccebe42afd 100644 --- a/symbol.ini +++ b/symbol.ini @@ -7,15 +7,29 @@ symboltables # be careful with editing this: # the "index" entry is hardwired into lilypond. +table clefs + violin \violinclef 0pt 16pt -12.5pt 22.5pt + bass \bassclef 0pt 16pt 0pt 20pt + viola \violaclef 0pt 16pt 0pt 20pt +end + table balls 1 \wholeball 0pt 7.5pt -2.5pt 2.5pt 2 \halfball 0pt 6pt -2.5pt 2.5pt 4 \quartball 0pt 6pt -2.5pt 2.5pt end +table accidentals + -2 \flatflat 0pt 10.2pt -2.5pt 7.5pt + -1 \flat 0pt 6pt -2.5pt 7.5pt + 0 \natural 0pt 6pt -7.5pt 7.5pt + 1 \sharp 0pt 6pt -7.5pt 7.5pt + 2 \sharpsharp 0pt 6pt -2.5pt 7.5pt +end + table streepjes - toplines \toplines{%} -7pt 7pt 0pt 0pt - botlines \botlines{%} -7pt 7pt 0pt 0pt + toplines \toplines{%} -3pt 9pt 0pt 0pt + botlines \botlines{%} -3pt 9pt 0pt 0pt end table bars @@ -43,7 +57,6 @@ table param meter \generalmeter{%}{%} -3pt 10pt -5pt 5pt linestaf \linestafsym{%}{%} 0pt 0pt 0pt 0pt stem \stem{%}{%} 0pt 0pt 0pt 0pt - end table dots -- 2.39.5