lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

étrange disparition des strokeFinger et stringNumber


From: Eluze
Subject: étrange disparition des strokeFinger et stringNumber
Date: Fri, 2 Nov 2012 08:51:26 -0700 (PDT)

music = \new Voice = music { \relative { c4 d8 d8 <e g>4 <f a> g f <e g> <d
f> c b a b <c e g c>1} } % <-----
musicWithFinger = \addFingering \music
            #"012345           % mes 1
              xxxx '1-2''3-4'  % mes 2
              -1+2-3+4         % mes 3
              1234             % mes 4
              "
musicWithFingerAndStringAndStroke = \addStrokeFinger \addStringNumber
\addFingering \music  % <-----
            #"012345           % mes 1                                          
           
              xxxx '1-2''3-4'  % mes 2                                          
           
              -1+2-3+4         % mes 3                                          
           
              1234             % mes 4
              "
            #"5656"                                                             
           
% <-----
            #"12345"                                                            
           
% <-----

lyrtext = \lyricmode { un deux trois qua -- tre }                               
           
% <-----

avec le code ci-dessous quelques stringNumbers ainsi que les strokeFingers
disparaissent:

\score {<<
  % \new Staff \with { instrumentName = \markup \center-column {
"original""music" }}             % <-----
             % \music                                                           
                 
% <-----
  \new Staff \with { instrumentName = \markup \center-column
{"music""with""fingerings"}}        
             % \musicWithFinger                                                 
                
% <-----
             \musicWithFingerAndStringAndStroke                                 
                
% <-----
  \new Lyrics \lyricsto music \lyrtext                                          
                
% <-----
>>}

en rajoutant un staff tout semble en ordre:

\score {<<
  \new Staff \with { instrumentName = \markup \center-column {
"original""music" }}             
             \music                                                             
                
  \new Staff \with { instrumentName = \markup \center-column
{"music""with""fingerings"}}        
             % \musicWithFinger                                                 
                
% <-----
             \musicWithFingerAndStringAndStroke                                 
                
% <-----
  \new Lyrics \lyricsto music \lyrtext                                          
                
% <-----
>>}

que faut-il faire? (j'ai utilisé les définitions scheme publiées dans le LSR
et j'ai marqué toutes les lignes changées)

Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/etrange-disparition-des-strokeFinger-et-stringNumber-tp7578622.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]