Hello,

 

The first eight measures ("eight.ly") have the correct space between staves.
When I add the ninth measure in the treble ("nine.ly") the space increases.

 

What needs to be corrected?

 

Thank you for your kind attention.

 

Mark

\version "2.18.0"

\header {
  title = "Sonata 479"
  composer = "D. Scarlatti"
  opus = "K. 6"
}


\score {
  \new PianoStaff <<
    \new Staff = "upper"
    \relative c'' {
      \clef treble
      \key f \major
      \time 3/8
      \override TupletBracket #'bracket-visibility = ##f
      \override TupletNumber #'stencil = ##f
      
      f,8 a c | f c' a |
      \stemUp
      f f f | f4\trill f8 |
      \slurUp
      \times 2/3 {
                  a16 ( [ g f ] ) e ( [ d c ] ) 
                  \stemUp
                  \slurUp
                  bes ( [ a g ] ) |
                  a ( [ g f ] ) e ( [ d c ] )
                  \change Staff = "lower"
                  bes ( [ a g ] ) |
                  a ( [ g f ] ) e ( [ d c ] ) bes ( [ a g ] ) } | 
      f4.\trill |
      

    }
    
    \new Staff = "lower"
    \relative c {
      \clef bass
      \key f \major
      \time 3/8
      \override TupletBracket #'bracket-visibility = ##f
      \override TupletNumber #'stencil = ##f
      
      f,8 a c | f a c | \change Staff = "upper" \stemDown
      f a c | a4_\trill a8 |
      f8 f f |
      \change Staff = "lower"
      f, f f | f, f f | s4. | 
   
    } 
    
  >>
  
  }
    

  
\version "2.18.0"

\header {
  title = "Sonata 479"
  composer = "D. Scarlatti"
  opus = "K. 6"
}


\score {
  \new PianoStaff <<
    \new Staff = "upper"
    \relative c'' {
      \clef treble
      \key f \major
      \time 3/8
      \override TupletBracket #'bracket-visibility = ##f
      \override TupletNumber #'stencil = ##f
      
      f,8 a c | f c' a |
      \stemUp
      f f f | f4\trill f8 |
      \slurUp
      \times 2/3 {
                  a16 ( [ g f ] ) e ( [ d c ] ) 
                  \stemUp
                  \slurUp
                  bes ( [ a g ] ) |
                  a ( [ g f ] ) e ( [ d c ] )
                  \change Staff = "lower"
                  bes ( [ a g ] ) |
                  a ( [ g f ] ) e ( [ d c ] ) bes ( [ a g ] ) } | 
      f4.\trill
      \change Staff = "upper"
      \times 2/3 { a''16 bes c } ees4\trill |

    }
    
    \new Staff = "lower"
    \relative c {
      \clef bass
      \key f \major
      \time 3/8
      \override TupletBracket #'bracket-visibility = ##f
      \override TupletNumber #'stencil = ##f
      
      f,8 a c | f a c | \change Staff = "upper" \stemDown
      f a c | a4_\trill a8 |
      f8 f f |
      \change Staff = "lower"
      f, f f | f, f f | s4. | 
   
    } 
    
  >>
  
  }
    

  
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to