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

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

Petites notes barrées APRES la note


From: Philippe R.
Subject: Petites notes barrées APRES la note
Date: Wed, 14 Mar 2012 01:59:40 -0700 (PDT)

Bonjour à tous,

Alors je souhaite mettre une petite note, avec une barre oblique, et la lier
à la note qui PRECEDE. Je joins la partition originale pour que ce soit plus
clair.

http://lilypond-french-users.1298960.n2.nabble.com/file/n7371207/MI-0118.png 

Petit souci Lilypond: soit j'utilise acciaccatura et la note est liée à la
suivante, soit j'utilise grace et je n'ai pas la petite barre. En fait je
crois qu'il me suffirait de pouvoir indiquer que je veux un "/" sur la note
"grace". Voici mon code.

\version "2.12.3" 
\paper {
  indent = 0\mm  
 page-top-space = 20\mm  
 top-margin = 5\mm  
 head-separation = 0\mm } 

\header {
  title = \markup { \abs-fontsize #12  "MI.118 Cum invocarem exaudivit me "
}
subtitle = \markup {  "Tests Neuma" }
composer = "Campra, André"
tagline = \markup {    \with-url  #"http://www.neuma.fr";     \line { Neuma
(http://www.neuma.fr}) -- URL:  \with-url 
#"http://neuma.local/opus/tstneuma:phi"; http://neuma.local/opus/tstneuma:phi
}}

PartOne =  {  \clef "treble"   \key f \major   \time 2/2  R1*5*2/2 |
\autoBeamOff  \cadenzaOn  r4    g'4     bes'4   
g'4\bar "|"     ees''1( \acciaccatura{d''8)\bar "|"     }d''1\bar "|"   r2      
c''4
c''4\bar "|"    c''2    
c''4    a'4\bar "|"     bes'4.  a'8(    g'4)    bes'4\bar "|"   bes'4.  c''8    
d''2\bar "|"    g'1\bar "|"     fis'1 -+          
 }
LyricsPartOneOne =  \lyricmode { 
      "Cum" "in" -- "vo" --  _ "rem"  "e" -- "xau" -- 
"di" -- "vit" "me" "De" -- "us"  __ _ "jus" -- "ti" -- "ti" -- "ae" "me" --
"ae:"  } 


\paper {
  indent = 0\mm  
 page-top-space = 20\mm  
 top-margin = 5\mm  
 head-separation = 0\mm } 

\header {
  title = \markup { \abs-fontsize #12  "MI.118 Cum invocarem exaudivit me "
}
subtitle = \markup {  "Tests Neuma" }
composer = "Campra, André"
tagline = \markup {    \with-url  #"http://www.neuma.fr";     \line { Neuma
(http://www.neuma.fr}) -- URL:  \with-url 
#"http://neuma.local/opus/tstneuma:phi"; http://neuma.local/opus/tstneuma:phi
}}

 \score   
 {      <<
  \new Staff    
         \with {
                 instrumentName = #"" 
                 midiInstrument = #"Bright Acoustic Piano" 
                 melismaBusyProperties = #'()  
        } 
 {      <<
        #(set-accidental-style 'forget)
                \new Voice = "PartOne" { \PartOne }  
                 \new Lyrics \lyricsto "PartOne" { \LyricsPartOneOne } 
  
        >>   
 } 
        >>  
 \layout { 
                \context {
             \Score
                skipBars = ##t
                \override  SpacingSpanner #'base-shortest-duration = 
#(ly:make-moment 1 8) 
 
        }
        \context {
             \Staff
                \remove Time_signature_engraver 
                \override  TimeSignature #'style = #'single-digit 
 
        }
        \context {
             \Lyrics
                \override  LyricText #'font-size = #'-1 
                \override  LyricSpace #'minimum-distance = #'4 
 
        }
 
} 
 \midi{} 
 } 

Merci de votre aide!

P.

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Petites-notes-barrees-APRES-la-note-tp7371207p7371207.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]