]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/sleur.ly
patch::: 1.3.152.jcn2
[lilypond.git] / input / test / sleur.ly
index e9e280bac0a04e0aef2e048c6e25996d539ad7c5..f85a4365500e5204f4a98297bcc60464d24d0661 100644 (file)
@@ -1,13 +1,14 @@
+\version "1.3.146"
 \header{
-enteredby =     "jcn";
-copyright =     "public domain";
-TestedFeatures =        "This file tests Feta embedded slurs" +
-        "(Feta definitively is not an abbreviation of Font-En-TjA)";
+enteredby =     "jcn"
+copyright =     "public domain"
+TestedFeatures =        "This file tests Feta embedded slurs" +
+        "(Feta definitively is not an abbreviation of Font-En-TjA)"
 }
 
-\version "1.3.110";
 
-shortlong = \notes{
+
+shortlong =  \notes{
        c4()c( c c  |
        c c c c |
        c c c c |
@@ -15,19 +16,19 @@ shortlong = \notes{
        c c c )c |
 }
 
-dirs = \notes\transpose c' {
+dirs =  \notes\transpose c' {
 
        c'1() g' () c () g () c |
 }
 
-complex = \notes{
+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 = \notes\transpose c'{
+over =  \notes\transpose c'{
 
 
        e( g' g' )e
@@ -51,7 +52,7 @@ over = \notes\transpose c'{
        e( c'' f )e
 }
 
-under = \notes\transpose c'{
+under =  \notes\transpose c'{
        \stemDown 
        f'( \stemBoth d d \stemDown )f'
        f'( \stemBoth c c \stemDown )f'
@@ -75,7 +76,7 @@ under = \notes\transpose c'{
        f'( e, f )f'
 }
 
-eccentric = \notes\transpose c'{
+eccentric =  \notes\transpose c'{
        \stemUp
        \times 4/7 { f( a' f f f f )f } |
        \times 4/7 { f( f f f f a' )f } |
@@ -84,7 +85,7 @@ eccentric = \notes\transpose c'{
        \times 4/7 { e'( e' e' e' e' c )e' } |
 }
 
-tiltup = \notes\transpose c'{
+tiltup =  \notes\transpose c'{
        e( c'' c'' )e'
        \stemUp
        e( c'' c'' )e'
@@ -98,7 +99,7 @@ tiltup = \notes\transpose c'{
        f'( a, a, )f''
 }
 
-tiltdown = \notes\transpose c'{
+tiltdown =  \notes\transpose c'{
        e'( c'' c'' )e
        \stemUp
        e'( c'' c'' )e
@@ -112,7 +113,7 @@ tiltdown = \notes\transpose c'{
        f''( a, a, )f'
 }
 
-broken = \notes\transpose c''{
+broken =  \notes\transpose c''{
       c c c c()
       c c c c(
       c )c c c(
@@ -125,7 +126,7 @@ broken = \notes\transpose c''{
       f,( c c )f,
 }
 
-blend =        \notes\transpose c'{
+blend =        \notes\transpose c'{
        e( c'' c'' )e
        \stemUp
        f'( c'' c'' )f'
@@ -146,7 +147,7 @@ blend =     \notes\transpose c'{
 }
 
 
-bug = \notes\transpose c'{
+bug =  \notes\transpose c'{
 
        a()g( f )e
        b'()a'( g' )f'
@@ -155,7 +156,7 @@ bug = \notes\transpose c'{
        c' () b () c' c'
 }
 
-clipping = \notes\transpose c'{
+clipping =  \notes\transpose c'{
        \stemBoth
        c( c''' c''')c
        c( c''' c )c''
@@ -168,7 +169,7 @@ clipping = \notes\transpose c'{
 
 \score{
        \context Staff \notes{ 
-%              \property Voice.pletvisibility = 0;
+%              \property Voice.pletvisibility = 0
                % use blend for fast check
                \blend
 % {
@@ -187,9 +188,9 @@ clipping = \notes\transpose c'{
                %\broken
        }
        \paper{ 
-             indent = 0.0\pt;
+             indent = 0.0\pt
                %for broken!
-               % linewidth= 30.\mm;
+               % linewidth= 30.\mm
        }
 }