It's still not completely clear what you're trying to achive, at least to me. If you want to hide a complete bar with notes and stuff in it, you'll have to explicitly hide everything that's in it. But that doesn't really make sense.

If you want to have an empty space within a given staff, you could work with \stopStaff and \startStaff and scale the space in between with spacer rests.

If this is about that last bar #17 you mentioned in an earlier post, Malte's solution is perfect. Would you like to create some extra empty space after the last visible bar, i.e. have it end somewhere in the middle of the page?

If all of the above are wrong, you should probably write down an example, take a picture of that and send it to the list ...

Best,
Robert



Am 24/10/15 um 16:06 schrieb Karl Husum:
That did the trick, thank you! :-) , but how do you hide a complete bar
in lilypond?

-Karl

Den 24-10-2015 kl. 14:57 skrev Malte Meyn:


Am 24.10.2015 um 15:17 schrieb Karl Husum:
I want to hide the bar, not the barline :-)
I am trying to put the end of the crescendo on an ekstra bar in the
piece, and then hide it.
Not sure if it the most elegant solution, but it should mbe possible.


You can have a last bar of zero length:

\version "2.19.28"

{
  b1\<
  \bar "|."
  s1*0\!
}

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


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

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

Reply via email to