Hello,
        Here is some problems / bugs :
        - i want a key signature with only bf af and df doco said to see the 
generated documentation for KeySignature... OK but where is this doc ?
        - repeat concist in volta with 2 alternative where "1. & 3." and "2. & 4." 
are ritten. I tried to use the Score.repeatCommands property, but ly2dvi got 
problem with "space" and "&" sign.
        - first and second alternative bar are not vertically aligned. 
        - \bar "|:" don't work for the begining of the second repeat.
        
        It's not realy about my score but here is some error in the doc :
        - the grace note ave a slur in the score ... It's not yet suported :o)
        - I can't find the list of all \bar command like in the old doc.

                nemo.
-- 
Olivier Gu�ry   [EMAIL PROTECTED]
\include "english.ly"
\header {
         "composer" = ""
         "title" = "Oy Tate S'Iz Gut"
         }

\score {
     \notes 
        \relative c'
        {
          \time 2/4
          \key  af \major 
        \tempo 4=126
                c''8  b16 c d c bf a | af8 g16 af bf af g f | e f g af bf af [\times 
2/3 {af g f}] | g16 f e df e df c bf | c8 df e f |
                \property Score.repeatCommands = #'((volta "1. - 3."))
                g8 \grace { bf8 } af b c | g2~ | g4 r8 c,8
                \property Score.repeatCommands = #'((volta #f))
                \property Score.repeatCommands = #'((volta "2. - 4.") end-repeat)
                g'16 f e df e df c bf | c2~ | c4 r8 c8 
                \property Score.repeatCommands = #'((volta #f) end-repeat)
                

                \bar "|:"
                \times 2/3 {bf8 d bf} \times 2/3 { bf f' bf,} | \times 2/3 {bf d bf} 
f'4 | e16 f g e e8.^\trill df16
                \property Score.repeatCommands = #'((volta "1. 3."))
                df16 c c bf f8 bf
                \property Score.repeatCommands = #'((volta #f))
                \property Score.repeatCommands = #'((volta "2. 4.") end-repeat)
                e8 df c4
                \property Score.repeatCommands = #'((volta #f) end-repeat)
        } 

\paper{
}
\midi{}
}

Reply via email to