Le Mercredi 30 Mai 2001 08:48, vous avez écrit :
> >             Hello,
> >     Here is some problems / bugs :
> >     - i want a key signature with only bf af and df doco said to see the=20
> > generated documentation for KeySignature... OK but where is this doc ?
>
> It's available on-line. From www.lilypond.org, click on
> Documentation for users and then on lilypond-internals.
> It's also available in info format on your machine, in
> Documentation/user/out/lilypond.info (don't know where it's
> installed when you do make install), but if course the info
> format doesn't include the graphical illustrations.
>
> For this specific question, you may want to look at the example
> input/regression/key-signature-scordatura.ly
>
> >     - repeat concist in volta with 2 alternative where "1. & 3." and "2. &
> > 4= ."=20
> > are ritten. I tried to use the Score.repeatCommands property, but ly2dvi
> > = got=20
> > problem with "space" and "&" sign.
>
> First of all, you have to use TeX syntax for the and sign: \\&
> (the TeX command is \&, but you have escape the backslash).
> Secondly, Volta indications are typeset with font-style volta
> wich gives a font that only contain digits. Thus, you also have
> to add something like
> \paper{
>   \translator{\ScoreContext
>     VoltaBracket \override #'font-style = #'large
>   }
> }
> or some other font style that's based on ordinary roman font,
> for example tuplet.
>
> >     - first and second alternative bar are not vertically aligned.
>
> Well-known problem.
>
> >     - \bar "|:" don't work for the begining of the second repeat.
>
> That's since you fiddled with repeatCommands which overrides \bar.
> Change the preceeding repeatCommands setting to
>    \property Score.repeatCommands = #'((volta #f) end-repeat start-repeat)
> and it should work properly.
>
> >     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)
>
> This limitation is included in the `Bugs' list in the section on
> Grace notes in the reference manual. Which part of the manual do you
> refer to?
>
> >     - I can't find the list of all \bar command like in the old doc.
>
> It was added again to the reference manual in 1.4.2.
>
> >             nemo.
> > --=20
> > Olivier Gu=E9ry   [EMAIL PROTECTED]
> >

        All this work fine, but ly2dvi comes with a lot error...
        I send the .ly file.
        I'll need some other tricks... My score is (as allways) for clarinette and i 
need something like the "s" note but with no duration... I meen no change in 
the bar check. It's for writing effect (glissando with start on no note, 
\prall betwenn two note...)

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

\score {
     \notes 
        \transpose d{
        \relative c'
        {
          \time 2/4
          \property Staff.keySignature = #'((1 .  -1) (5 . -1) (6 . -1))
%          \key  af \major 
        \tempo 4=126
                c''8  b16 c d c bf af | 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)
                

                \property Score.repeatCommands = #'((volta #f) end-repeat start-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)

                
                b'8 c4.~ | c4. b8 | c8 c c c | c c c c | c2~ | c4 r8 b8 | [\times 2/3 
{c16 df c} af8 af] af |
                af8 af af af | af2~| af | [\times 2/3 {g16 af g} f8] f f~ | [f16 c f 
c] [f c f c] | f2~ | f4 r8 \times 2/3 {af16 g f}  
                e8 f g af | b8.^trill af16 [b af g f] | fs8 g4.~ | g2
        
                bf16 df c8 c c | c c c c |b c4.~ | 
                c4. b8 | \times 2/3 {b16 c b} af8 af af | af af af af | b16 c c8 c c | 
b8.^trill af16 b af g f | af16 g f8 f f~ |
                [f c f c] [f c f c] | f2~ | f4 r8 \times 2/3 {af16 g f} | e8 f g af | 
b8.^trill af16 b af g f | fs8 g4.~ | g4 a16 g f e

                \property Score.repeatCommands = #'((volta #f) end-repeat start-repeat)

                \bar "|:"
                e16 f g af g af g f | bf af g f g af g f | e f g f e f e df |
                \property Score.repeatCommands = #'((volta "1. \\& 3."))
                c8 e g c
                \property Score.repeatCommands = #'((volta #f))
                \property Score.repeatCommands = #'((volta "2. \\& 4.") end-repeat)
                e,8 df c4
                \property Score.repeatCommands = #'((volta #f) end-repeat)  
        } 
}
\paper{
\translator{\ScoreContext
    VoltaBracket \override #'font-style = #'large
  }
      }
\midi{}
}

Reply via email to