Urs Liska,

No problem with Beethoven #19.

Mark

-----Original Message-----
From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of Urs
Liska
Sent: Tuesday, December 17, 2013 2:33 PM
To: lilypond-user
Subject: Setting to print articulations inside the staff

Hi,

attached you can see LilyPond's default behaviour to print staccato dots
outside the staff.

However I would like to print the dots in such a case inside the staff
(which in this case is actually trying to copy Henle's engraving).

I know how to print these dots between the two lowest staff lines, but is it
possible to define a setting that will cause LilyPond to automatically print
them inside the staff in such situations?

TIA
Urs
\version "2.16.2"

rightTwo = \relative c'' {
  \key g \major
  \numericTimeSignature
  \time 6/8
  
 \partial 2
 d,8\noBeam\staccato-2^\markup { \bold { "Rondo: Allegro" } }
 d\staccato-1 g\staccato a\staccato |
 b ( g ) e\noBeam-2 e\staccato-1 a\staccato-2 b\staccato |
 c ( a ) e'-5\noBeam d\staccato-4 c-3\staccato b-1\staccato |
 a-2\staccato g\staccato a\staccato
 \grace { g16 ( [ a ] ) } bes8-2 ( a g\staccato ) |
 fis ( d ) d\noBeam\staccato 
 d\staccato g\staccato a\staccato | 
 
 %5
 
 b ( g ) e\noBeam\staccato e\staccato a\staccato b\staccato |
 c ( a ) e'-5\noBeam d\staccato-4 c-3\staccato b-1\staccato |
 a-2\staccato g\staccato a\staccato
 << { d,-1 ( g-5 ) fis-4 } \\ { d4 c8_2 } >> |
 < b g' >4 d8 g b d | d-4 < a c > q d < g, b > q |
 d'-4 < a c > q d < g, b > q |
 d'-5< a c > < g b > d'-5< a c > < g b > |
 < a c d >4\fermata
 
  
}

leftTwo = \relative c' {
  \key g \major
  \numericTimeSignature
  \time 6/8
  
  \partial 2
  r8 r < b d >\staccato < a c >\staccato |
  < g b >4 r8 r < c e >8\staccato < b d >\staccato |
  < a c >4 r8 r < fis_4 a_2 >\staccato < g b >\staccato |
  < a_5 c_3 >\staccato < b d >\staccato < c e >\staccato
  < cis_4 e_2 >4. ( | d4 ) r8 r < b d >\staccato < a c >\staccato |
  
  %5
  
  < g b >4 r8 r < c e >\staccato < b d >\staccato |
  < a c >4 r8 r < fis_4 a_2 >\staccato < g b >\staccato |
  < a_5 c_3 >\staccato < b d >\staccato < c e >\staccato
  < d, b'-1 >4 < d a' >8 | < g, g' >4 r8 r4 r8 |
  r8 < fis' d' > q r < g d' > q |
  r8 < fis d' > q r < g d' > q |
  r8 < fis d' > < g d' > r8 < fis d' > < g d' > |
  < fis d' >4\fermata
 
  
  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \rightTwo
    \new Staff = "left" { \clef bass \leftTwo }
  >>
  
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to