]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.9
authorfred <fred>
Tue, 26 Mar 2002 21:25:56 +0000 (21:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:25:56 +0000 (21:25 +0000)
36 files changed:
input/test/abbrev.ly
input/test/bar-scripts.ly
input/test/beam-pos.ly
input/test/beams.ly
input/test/broken.ly
input/test/clefs.ly
input/test/collisions.ly
input/test/defaultbars.ly
input/test/denneboom.ly
input/test/dotted-slur.ly
input/test/find-quarts.ly
input/test/font-body.ly
input/test/font.ly
input/test/font16.ly
input/test/gourlay.ly
input/test/grace.ly
input/test/hara-kiri.ly
input/test/keys.ly
input/test/knee.ly
input/test/mark.ly
input/test/multi-rest.ly
input/test/ossia.ly
input/test/score-bar-scripts.ly
input/test/sleur.ly
input/test/slur-bug.ly
input/test/slur-damping.ly
input/test/slur-swap.ly
input/test/slurs.ly
input/test/spacing.ly
input/test/stem.ly
input/test/test-lyrics.ly
input/test/tie-bug.ly
input/test/tie.ly
input/test/title.ly
input/test/transposition.ly
input/test/vertical-align.ly

index 2cb2d7b1410dba76dbe4b9efad43f006ec554d5c..134ff73cf01523a969a3c6865b5635c18f8d84e5 100644 (file)
@@ -1,6 +1,7 @@
 
+\version "1.0.3";
 \score{
-       \melodic \transpose c'''{
+       \notes \transpose c'''{
                \stemup
 %              \stemdown
                % default abbreviations
index 55b4f4ea7422de3f4329b0fc94852ee2a9643a7e..1a1550b37cac7862f76276193b7ea8c31cd37fc0 100644 (file)
@@ -1,13 +1,15 @@
 
 
 
-onestaff = \type Staff = foo\melodic  {
+\version "1.0.3";
+
+onestaff = \type Staff = foo\notes  {
        \property Staff.instr = instr
        \property Staff.instrument = instrument \mark "B";
         c1 \mark "A"; \break c2  c2 \break
 }
 
-grstaff = \melodic \type GrandStaff <
+grstaff = \notes \type GrandStaff <
        \type Staff = bar {
 
        \property Staff.instr = instr
index 6d32b96ef3e905e2579c807bd7e58dc07eafa77b..7d9e968cdf84f1fcec13555d7a2912bdf9e4be6c 100644 (file)
@@ -1,5 +1,7 @@
+\version "1.0.3";
+
 \score{
-       \melodic\transpose c''{
+       \notes\transpose c''{
                \property Score.beamquantisation = 3 % TEST
 
                [c8 c] [c c] [c c] [c c]
index 40815dfad39d7f9c5647abf68f3f8ba01f577fbf..7e94c04216837c130057ff5c369bc6066975632a 100644 (file)
@@ -6,13 +6,13 @@ copyright =    "PD";
 
 TestedFeatures =        "beams and beamflags";
 }
-\version "1.0.2";
+\version "1.0.3";
 
 \score{
        <
 %              \property Score.beamquantisation = \none
                \type GrandStaff < 
-               \melodic\transpose c' { 
+               \notes\transpose c' { 
 
                        \time 8/4;
                        \stemup [c8 c'' a' f']
@@ -38,7 +38,7 @@ TestedFeatures =       "beams and beamflags";
                }
        >
        <       
-               \melodic { 
+               \notes { 
 \transpose c' {
                        \time 8/4;
                        \stemdown [a'8 a, c e]
index 0ad9fdbb2bd253401de288eb52b0f70dcb623f2e..27f1d708ae25b65e8def2f5574f7b14167c44182 100644 (file)
@@ -5,9 +5,9 @@ TestedFeatures =         "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
-shortlong = \melodic{
+shortlong = \notes{
        c4()c( c c  |
        c c c c |
        c c c c |
@@ -15,7 +15,7 @@ shortlong = \melodic{
        c c c )c |
 }
 
-broken = \melodic\transpose c''{
+broken = \notes\transpose c''{
 
       c c c c()
       c c c c(
@@ -30,7 +30,7 @@ broken = \melodic\transpose c''{
 }
 
 \score{
-       \melodic
+       \notes
 %              \shortlong
                \broken
        }
index a49133116b3844156075b2ea6e318d8e01881a92..98ba6334ef086d061f9faba1e563ddf531d5cb5f 100644 (file)
@@ -1,5 +1,7 @@
+\version "1.0.3";
+
 \score {
-       \melodic
+       \notes
          \clef "violin"; c'1^"{violin}" \bar "||";
          \clef "french";c'1^"{french}" \bar "||";
          \clef "soprano";c'1^"{soprano}" \bar "||";
index 8e0e87b5998373118019aab4239f02cb990df6d9..e503cbf7a9e6cf9a364c2bfb4155232423269975 100644 (file)
@@ -5,11 +5,11 @@ enteredby =    "HWN,JCN";
 copyright =     "public domain";
 Tested =        "test the Collision resolution ";
 }
-\version "1.0.2";
+\version "1.0.3";
 
 
 
-two_voice = \melodic 
+two_voice = \notes 
        \type Staff < 
          { \stemdown
                c4 d e f g2~  g4 a [c8 d e f] c2| }
@@ -18,7 +18,7 @@ two_voice = \melodic
 
        >
 
-two_voice_steminvert = \melodic 
+two_voice_steminvert = \notes 
        \type Staff <  
          { 
  \stemup
@@ -29,7 +29,7 @@ two_voice_steminvert = \melodic
 
        >
 
-three_voice = \melodic 
+three_voice = \notes 
        \type Staff <
        { \stemup 
                g4 f e f g a g2 }
@@ -40,7 +40,7 @@ three_voice = \melodic
        >
 
 
-rests = \melodic  
+rests = \notes  
        \type Staff <
        { \stemup
                | r8 r r r  r r r r 
@@ -52,7 +52,7 @@ rests = \melodic
        }
        >
 
-restsII = \melodic {
+restsII = \notes {
        \type Staff < 
                { \stemup  g' f' e' d' c' b a g f e d c }
                { \stemdown r  r  r  r  r  r r r r r r r }
@@ -76,7 +76,7 @@ restsII = \melodic {
 }
 
 \score{
-       \melodic \transpose c' {  \two_voice  
+       \notes \transpose c' {  \two_voice  
        \two_voice_steminvert 
        \three_voice  
        \rests 
index 3a2dcd96cf7535dec475a7eb79cc68e25e662217..db8efbea8a2284f9f38a43498d6ecdf8b013dc69 100644 (file)
@@ -1,6 +1,8 @@
+\version "1.0.3";
+
 
 \score {
-       \melodic {
+       \notes {
                \property Staff.barAlways = "1"
                \property Staff.defaultBarType = ":|:"
                c4 c4 c4 c4 }
index 81a9f726a0ae673ca2abd6f92840dafa45982f6f..43b3f393be3a62fccf1e74df8c88f86113984727 100644 (file)
@@ -7,7 +7,7 @@ TestedFeatures = "This file tests silly line shapes";
 
 \include "paper20.ly"
 
-\version "1.0.2";
+\version "1.0.3";
 
 oden = \lyric{ 
        O8 |
@@ -33,7 +33,7 @@ ugloeit = \lyric{
        licht8. ge-16 spreid.4 _8
 }
 
-oboom = \melodic\transpose c''{
+oboom = \notes\transpose c''{
        g,8 |
        c8. c16 c4. d8 | 
        e8. e16 e4. e8 | 
@@ -41,7 +41,7 @@ oboom = \melodic\transpose c''{
        d8. c16 c4 r8
 }
 
-bos = \melodic\transpose c''{
+bos = \notes\transpose c''{
        g8 | 
        g e a4. g8 | 
        g8. f16 f4 r8 f8 |
@@ -49,13 +49,13 @@ bos = \melodic\transpose c''{
        f8. e16 e4 r8
 }
 
-global = \melodic
+global = \notes
        \time 3/4;
        \partial 8;
        \skip 4*48;
        \bar "|.";
 }
-melody = \melodic{
+melody = \notes{
        \oboom
        \oboom
        \bos
@@ -67,7 +67,7 @@ $melody_staff = \type Staff = melody <
        \melody
 >
 
-$verse_one = \melodic{
+$verse_one = \notes{
        \oden
        \oden
        \ikheb
@@ -79,7 +79,7 @@ $verse_one_staff = \type Lyrics = one <
        \$verse_one
 >
 
-$verse_two = \melodic{
+$verse_two = \notes{
        \oden
        \oden
        \ugloeit
index 067f019be216f019bb295ce6a6b0647cec4bc765..e29a2aa09b2b73283538cdd25b6005dce75aa618 100644 (file)
@@ -1,5 +1,7 @@
+\version "1.0.3";
+
 \score{
-       \melodic{
+       \notes{
                c( d e )c |
                \slurdotted;
                c( d e )c |
index 7952b0f1bc0106ea42571f8979d17413118c6232..63d8647b21f8b56fce02e5c6ba61099bbc43ec38 100644 (file)
@@ -1,5 +1,7 @@
+\version "1.0.3";
+
 \score{
-       \melodic \relative c {
+       \notes \relative c {
              c d c f c g c b, c g, c f, c c'' c
 % run with find-quarts should suggest:
 %            c d c f c g' c, b c g c f, c' c'' c,,
index 1d7c1dbf88557a0bff1c29ec384fc029d5b7d42c..dde06fd8e0df3299f17c45492e426778ddfea477 100644 (file)
@@ -1,6 +1,6 @@
-\version "1.0.2";
+\version "1.0.3";
 
-FontBody=      \melodic\transpose c''{ 
+FontBody=      \notes\transpose c''{ 
                \bar "|:";
                \time 4/4;
                \type Staff  < { \stemup e'\longa a\breve | }
index 61f689b3285d64ac084c1172f33313f3b0e6d5a6..6bc11d45b913a3d0a8a721251fdd4df81f880b4d 100644 (file)
@@ -7,7 +7,7 @@ description = "This file tests the Feta music font";
 % "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
 \include "font-body.ly"
 \score{
index d0b6efe5bd5d3cac8dbd3fe6705ae93d1a95aa5b..c8ddcec3317106da2da98159f54ee9456072d6f8 100644 (file)
@@ -7,7 +7,7 @@ description = "This file tests the Feta music font";
 % "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 \include "font-body.ly"
 
 \score{
index a1c477eb01a80b0b0c82216e41d95e378176564e..144656f5e4e42376db6298a9760abebad93e4bb1 100644 (file)
@@ -4,7 +4,7 @@ copyright =      "PD";
 TestedFeatures =        "This file tests some nasty Gourlay spacings";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
 %{
 
@@ -13,7 +13,7 @@ This is taken from [Gourlay]'s paper on breaking lines
 %}
 
 \score{
-       \melodic \type Staff  \transpose c''<
+       \notes \type Staff  \transpose c''<
                { \stemup; d2 d     | d d | d4 d2. | \break;  c1 }
                \transpose c, { \stemdown; g4 g g g | \[2/3 g2 g2 g2 \] | g4. g8 g2 | c1 }
                >
index deec5f44f39fcd90cc520018efeb0fc6f4448460..8424587c52795513731054a6610a2f8db626049e 100644 (file)
@@ -1,18 +1,20 @@
 
+\version "1.0.3";
+
 \include "table13.ly";
 \include "table16.ly";
 
 \score{
        <
-       \type Staff = a \melodic\relative c <
+       \type Staff = a \notes\relative c <
 %              {\grace b''8 \graceat a4 \ecarg g fis2 | a2 a }
                {\tiny b''8*1/16 \normalsize a4*31/32 g fis2 | a2 a }
        >
-       \type Staff = b \melodic\relative c <
+       \type Staff = b \notes\relative c <
 %              {\grace g''16 b16 \graceat a4 \ecarg g fis2 | }
                {\tiny g''16*1/16 b16*1/16 \normalsize a4*31/32 g fis2 | a1 }
        >
-       \type Staff = c \melodic\relative c <
+       \type Staff = c \notes\relative c <
 %              {\grace [2/48 g''16 b g]/1 \graceat a4 \ecarg g fis2 | a1 }
                {\tiny [2/48 g''16 b g]/1 \normalsize a4*31/32 g fis2 | a1 }
        >
index 79131779561b1a70118dff12095903cbc1102a5e..573aea14ba297405e88729e173f2aed3ff879e49 100644 (file)
@@ -1,5 +1,6 @@
+\version "1.0.3";
 
-toeter_i = \melodic\relative c {
+toeter_i = \notes\relative c {
        \property Staff.instrument = "Toeters"
        \property Staff.instr = "Ttr."
        c'''4 c c c \break
@@ -12,7 +13,7 @@ toeter_i = \melodic\relative c {
        g g g g
 }
 
-toeter_ii = \melodic \relative c {
+toeter_ii = \notes \relative c {
        c''4 c c c \break
        d d d d \break
        R1 \break
@@ -30,7 +31,7 @@ toeters = \type StaffGroup = xtoeters <
        >
 >
  
-zager = \type Staff = zager \melodic \relative c {
+zager = \type Staff = zager \notes \relative c {
        \clef bass;
        \property Staff.instrument = "Zager"
        \property Staff.instr = "Zag."
@@ -46,7 +47,7 @@ zager = \type Staff = zager \melodic \relative c {
        f e d c
 }
 
-zoger = \type Staff = zoger \melodic \relative c {
+zoger = \type Staff = zoger \notes \relative c {
        \clef bass;
        \property Staff.instrument = "Zoger"
        \property Staff.instr = "Zog."
index 9c5bd3623ba1c3e982e382cd8b966ce800837ce6..f1cab0f0d6b0b10b810f293dc8fbb0bcaae53664 100644 (file)
@@ -1,8 +1,10 @@
+\version "1.0.3";
+
 %{
 test key itemv breaking
 %}
 \score {
-  \melodic
+  \notes
   {
     \key bes; c1 \key c;  c1
     \break
index 2a6edb5386446b2f2b3acb59cca045645643c0a8..dec8562e6429ec5f83f2719640db7465550b8f1e 100644 (file)
@@ -1,6 +1,6 @@
-\version "1.0.2";
+\version "1.0.3";
 \score{
-       \melodic\relative c'{
+       \notes\relative c'{
                [c16 \stemdown c'' \stemboth c,, d]
                \stemdown [d'' a \stemboth c,, g,]
                \stemup [g c' \stemboth a'' d']
index 29fdba15fa75714778e1c0f3d6f69fb3cecf49ab..e694fe6c3c677967ff9dd3c956ad2fafce8120ee 100644 (file)
@@ -1,15 +1,17 @@
-global = \melodic {
+\version "1.0.3";
+
+global = \notes {
   s1 | \mark "A";
   s1*2 | \mark "'12";
 }
 
-one = \melodic\relative c{
+one = \notes\relative c{
   c'' c c c
   c c c c
   c c c c
 }
 
-two = \melodic\relative c{
+two = \notes\relative c{
   b' b b b
   b b b b
   b b b b
index aa41f4496c9c0807af27db8e32f694dfb6c64450..6a801c03a310b963792d0b835fd1350b26f25094 100644 (file)
@@ -1,4 +1,6 @@
-voice_one = \melodic\transpose c'      {  \stemup
+\version "1.0.3";
+
+voice_one = \notes\transpose c'        {  \stemup
        R1 * 2 | f'4-. r r2 | R1 * 3 |
        f'4-. r r2 | R1 * 3 |
        es'4-. r r2 | r1 |
@@ -8,7 +10,7 @@ voice_one = \melodic\transpose c'      {  \stemup
        r2 r4 g4-. |
        }
 
-voice_two = \melodic
+voice_two = \notes
        { \transpose c, { \stemdown
        R1 * 2 | f'4-. r r2 | R1 * 3 |
        f'4-. r r2 | R1 * 3 |
@@ -20,7 +22,7 @@ voice_two = \melodic
 
        }}
 
-\score {  \melodic
+\score {  \notes
        \type Staff <
                \$voice_two
                \$voice_one
index 62cb3052907482cef092143b604f4011bc81e119..9aa99298e22cdc61f3d18a37719db7ed5b0a84fa 100644 (file)
@@ -1,3 +1,6 @@
+\version "1.0.3";
+
 \score {
-\melodic { c1 c1 < {\clef "treble"; c1 c1 } \type Staff=stb{ c1 c1}>}
+
+\notes { c1 c1 < {\clef "treble"; c1 c1 } \type Staff=stb{ c1 c1}>}
 }
index a27deda9f887789faf448b0f8ce567b87759427a..5d72b15d06a10072d33e9d0f6d7deec69050b3e1 100644 (file)
@@ -1,11 +1,13 @@
 
 
 
-onestaff =     \type Staff = foo\melodic  {
+\version "1.0.3";
+
+onestaff =     \type Staff = foo\notes  {
                \property Staff.instr = instr
                \property Staff.instrument = instrument \mark "B"; c1 \mark "A"; \break c2  c2 \break }
 
-grstaff =      \melodic \type GrandStaff <
+grstaff =      \notes \type GrandStaff <
        \type Staff = bar       {
 
        \property Staff.instr = instr
index 6ddcf2a1304214dcf818747dc9010253c335bdfa..28ce6fc9cecbc16226fdad5c7faabbb63650e195 100644 (file)
@@ -5,9 +5,9 @@ TestedFeatures =         "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
-shortlong = \melodic{
+shortlong = \notes{
        c4()c( c c  |
        c c c c |
        c c c c |
@@ -15,19 +15,19 @@ shortlong = \melodic{
        c c c )c |
 }
 
-dirs = \melodic\transpose c' {
+dirs = \notes\transpose c' {
 
        c'1() g' () c () g () c |
 }
 
-complex = \melodic{
+complex = \notes{
 \transpose c'{
        c,16( e,( g,( b,( d( f( a( c'())))))))c4 c4 |}
 \transpose c'''{
        c,16( a( f( d( b,( g,( e,( c,())))))))c4 c4 |}
 }
 
-over = \melodic\transpose c'{
+over = \notes\transpose c'{
 
 
        e( g' g' )e
@@ -51,7 +51,7 @@ over = \melodic\transpose c'{
        e( c'' f )e
 }
 
-under = \melodic\transpose c'{
+under = \notes\transpose c'{
 
        \stemdown 
        f'( \stemboth d d \stemdown )f'
@@ -76,7 +76,7 @@ under = \melodic\transpose c'{
        f'( e, f )f'
 }
 
-eccentric = \melodic\transpose c'{
+eccentric = \notes\transpose c'{
 
        \stemup
        \[4/7 f( a' f f f f )f \] |
@@ -86,7 +86,7 @@ eccentric = \melodic\transpose c'{
        \[4/7 e'( e' e' e' e' c )e' \] |
 }
 
-tiltup = \melodic\transpose c'{
+tiltup = \notes\transpose c'{
        e( c'' c'' )e'
        \stemup
        e( c'' c'' )e'
@@ -100,7 +100,7 @@ tiltup = \melodic\transpose c'{
        f'( a, a, )f''
 }
 
-tiltdown = \melodic\transpose c'{
+tiltdown = \notes\transpose c'{
        e'( c'' c'' )e
        \stemup
        e'( c'' c'' )e
@@ -114,7 +114,7 @@ tiltdown = \melodic\transpose c'{
        f''( a, a, )f'
 }
 
-broken = \melodic\transpose c''{
+broken = \notes\transpose c''{
       c c c c()
       c c c c(
       c )c c c(
@@ -127,7 +127,7 @@ broken = \melodic\transpose c''{
       f,( c c )f,
 }
 
-blend =        \melodic\transpose c'{
+blend =        \notes\transpose c'{
        e( c'' c'' )e
        \stemup
        f'( c'' c'' )f'
@@ -148,7 +148,7 @@ blend =     \melodic\transpose c'{
 }
 
 
-bug = \melodic\transpose c'{
+bug = \notes\transpose c'{
 
        a()g( f )e
        b'()a'( g' )f'
@@ -157,7 +157,7 @@ bug = \melodic\transpose c'{
        c' () b () c' c'
 }
 
-clipping = \melodic\transpose c'{
+clipping = \notes\transpose c'{
        \stemboth
        c( c''' c''')c
        c( c''' c )c''
@@ -169,7 +169,7 @@ clipping = \melodic\transpose c'{
 }
 
 \score{
-       \melodic
+       \notes
                % use blend for fast check
                \blend
 % {
index 583415ceef590f3b4463966d3927931888bb969a..ba60200dc5604ae22a6704857e8e78d3f6682093 100644 (file)
@@ -1,7 +1,9 @@
+\version "1.0.3";
+
 % bug
 % excentric slur can't handle this ...
 \score{
-       \melodic{
+       \notes{
                \stemdown 
                \[4/5c8( c f,, c c\]1/1 c c c )c |
        }
index 5b8f29263eb255b50c6e4c2547e6da90bdcd59af..32eb795327e94d1edf93cd3ebe36a05bf859f948 100644 (file)
@@ -1,8 +1,8 @@
 % test damping
-\version "1.0.2";
+\version "1.0.3";
 
 \score{
-       \melodic\relative c'{
+       \notes\relative c'{
 
                c'()b' ~ b, c
                c c c c
index 6c09f424d3107dc88602e73f9fc8ac7b94ef23fc..782e9b9c13a08980c426c7f6b0b1a232abbc8d49 100644 (file)
@@ -1,6 +1,8 @@
+\version "1.0.3";
+
 % urg, the direction of the slur gets swapped!
 \score{
-       \melodic\relative c{
+       \notes\relative c{
        \slurup
        \stemup
                [e'8( c' a b]
index ffb11d69957bf5b7b4efb80c1b0d3b2c52b01cae..78407e6cb166d3d8ea3afd85bea8d02f6bf4abc0 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "1.0.2";
+\version "1.0.3";
 
 \score{
-       \melodic\transpose c'{
+       \notes\transpose c'{
 
                c,4 ~ c, c'' ~ c'' ~ g ~ c ~
                d ~ e ~ f ~ g ~
index db64053342a947ea891a02eac0a2a66b7bb9475d..908476bc94026c53065e4bbc18157354e7803f85 100644 (file)
@@ -6,9 +6,9 @@ copyright =      "public domain";
 TestedFeatures =        "This file tests various spacings";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
-multipart = \melodic
+multipart = \notes
     \type StaffGroup < 
                 { 
                    c4
@@ -48,7 +48,7 @@ multipart = \melodic{
             >
        }
 
-singlepart = \melodic
+singlepart = \notes
        c4 d e f
        c4 d e [f8 f]
        c4 d e f8 [f16 f]
@@ -59,7 +59,7 @@ singlepart = \melodic{
     }
     
     \score{
-    \melodic { 
+    \notes { 
 %      \singlepart 
        \multipart 
     }
index cf4f28d3c18dbcc18bf8b3450e868955047e0712..1db1f9d49f4fbdf84de6c21b4970e0c08acca43c 100644 (file)
@@ -8,9 +8,9 @@ of beams";
        
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
-beamintervals = \melodic{
+beamintervals = \notes{
                \time 7/4;
                \stemup
 \transpose c'{
@@ -27,7 +27,7 @@ beamintervals = \melodic{
        }}
 
 \score{
-       \melodic\transpose c'{ 
+       \notes\transpose c'{ 
                \stemup
                \time 17/4;
                g,4 a, b, c d e f g a b c' d' e' f' g' a' b' |
index bc65c2442ea806cf68fb30063def89d9e7cc181e..529dbf581b93707f795ca137bfd5932481dfcbe1 100644 (file)
@@ -1,3 +1,5 @@
+\version "1.0.3";
+
 $somewhat_long = \lyric{
        \textstyle "roman" ;
        AaaaaaA2
@@ -40,7 +42,7 @@ $quite_long_lyrics_staff = \type Lyrics = quite <
        \$quite_long
 >
 
-melody = \melodic
+melody = \notes
 \transpose c'{
        c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4
        c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4
index 0cdf237204f499de023015a2bd11a22563ee7d46..0e9d54e8b1df699dafce758ef9c280fa3e24f4d0 100644 (file)
@@ -1,7 +1,9 @@
+\version "1.0.3";
+
 
 %  middle tie is wrong
 \score{
-       \melodic\relative c'{
+       \notes\relative c'{
        {               <c4 e g~ > <d f a>
        }
 }}
index 4a708b9eb9b07f86f523cc77b8f9b4f5d799e245..042721976f395d5b7161d041174736ecfe31b125 100644 (file)
@@ -1,4 +1,6 @@
-tie = \melodic\transpose c''{
+\version "1.0.3";
+
+tie = \notes\transpose c''{
 
        e4 ~ e e e ~ |
        e ~ a a a ~ |
index 318a68efa4e0ce6d5e900abb57306ac0dd76937a..601c81a24ff680fc38cceb577f0dbb95677423a0 100644 (file)
@@ -10,10 +10,10 @@ source =    "urtext";
 instrument=    "Instrument";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
 \score{
-       \melodic
+       \notes
          \relative c'{
                c' d e f f e d c \break
                c d e f f e d c
@@ -27,7 +27,7 @@ instrument=   "Instrument";
 
 
 \score{
-       \melodic
+       \notes
        \relative c' {
            f' e d c c d e f \break
            f e d c c d e f
index f5e258305c8e13e3370c9f6fe98803311bd0edca..21e9b35e2f86dfc22b199ae2a1db21c789d13b2c 100644 (file)
@@ -22,9 +22,9 @@ copyright =    "public domain";
 }
 
 
-\version "1.0.2";
+\version "1.0.3";
 
-vOne = \melodic \relative c''{
+vOne = \notes \relative c''{
         \clef"violin";
         \key d;
         \time 2/4 ;
@@ -35,9 +35,9 @@ vOne = \melodic \relative c''{
         c4 c |
 }
 
-vTwo = \melodic \relative c''\transpose d' { \vOne }
+vTwo = \notes \relative c''\transpose d' { \vOne }
 
-vThree = \melodic \relative c''{
+vThree = \notes \relative c''{
         \clef"violin";
         \keysignature fis cis;
         \time 2/4 ;
@@ -48,7 +48,7 @@ vThree = \melodic \relative c''{
         cis4 ais4 |
 }
 
-vFour = \melodic \relative c''\transpose d' \vThree
+vFour = \notes \relative c''\transpose d' \vThree
 
 \score {
   \type StaffGroup <
index bb479e3cc0b030179d989c3b1aab5e2a942f3d82..6831dda8f715d345fd9232378cbf81c45d5a8c3e 100644 (file)
@@ -1,6 +1,8 @@
 
+\version "1.0.3";
+
 \score {
-\melodic <
+\notes <
        \type GrandStaff < {
           \property GrandStaff . maxVerticalAlign = "60."
           \property GrandStaff . minVerticalAlign = "35."