lilypond-user
[Top][All Lists]
Advanced

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

Re: Stretch bar width to fit


From: Werner LEMBERG
Subject: Re: Stretch bar width to fit
Date: Sat, 18 Feb 2023 09:02:08 +0000 (UTC)

> Is there a simple way to stretch the bar width of short scores to full page 
> width?
> 
> Example:
> 
> \score {
>    \relative c' {
>      c2( b' a c f, d b' b, c a' g d e c') \bar "|."
>    }
>    \layout {
>      \context {
>        \Score
>        \hide TimeSignature
>        \time 14/2
>      }
>    }
> }

Append

```
\paper { ragged-right = ##f }
```


    Werner



reply via email to

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