Re: ChordNames context with bar lines - vertical spacing issue
Noeck gmx.de> writes: > Hi Piotr, > > I think this could help you. This is exactly what I needed, thank you so much! Piotr ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
ChordNames context with bar lines - vertical spacing issue
Hello, I am trying to design a simple chord sheet in LilyPond - just chords and bar lines. I found this snippet at the repository, that enables me to do that without creating any staves: (http://lsr.dsi.unimi.it/LSR/Item?id=460) \new ChordNames \with { \override BarLine #'bar-extent = #'(-2 . 2) \consists "Bar_engraver" } \chordmode { f1:maj7 f:7 bes:7 f:7 \break f1:maj7 f:7 bes:7 f:7 } My problem is that the vertical spacing between the lines leaves quite a bit of empty space. How can I decrease the spacing? With staves it is simple, but there is no staves object here... Thank you! Piotr ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Fast generation of png files
Hi! I would like to ask how to generate a png file in a minimal time. I tried to use " -dpreview -dno-print-pages " options, but from "test.ly" file, it produced "test.pdf"," test..preview.pdf" and "test.preview.png" files. I think if I could skip the pdf files, the generating time could be shorter. -- Piotr Tokarski ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user