I attached the minimal working example. The second variant is not stretched 
horizontally as
the first two staves. Is it possible to stretch it so it occupied 100% of page 
width?
\version "2.23.2"
\language "english"
\include "zlatye-gory-bass.ly"
\paper {
  right-margin = 1\cm
  left-margin = 2\cm
  indent = 0
  print-all-headers = ##t
}
\header {
  tagline = ""
}
\score {
  \header{
    title = "Basic theme"
  }
  \new PianoStaff <<
    \new Staff  \relative c'''{
      \time 3/4
      r2 g4 | g2 d4 | f e d | c2 e4 | g f e | d2 e4 | f e d | c2 e4 | c d e |
      f2 f4 | f g f | e2 f4 | g f e | d2 e4 | f e d | c2 e4 | c d e |
    }
  >>
}
\score {
  \header {
    subtitle = "Variant 2"
  }
  \new PianoStaff <<
  \new Staff  \relative c''{
      \time 3/4
      <f a>2 <f a>4 | <f a> <g b> <f a> | <e g>2 <f a>4 | <e g> <d f> <c e> | 
<d f>2 <e g>4 | <f a> <e g> <d f> | c2 e4 | c2 r4 |
    }
  >>
}

Attachment: signature.asc
Description: PGP signature



Reply via email to