Re: disabling \break

2018-05-08 Thread Jan-Peter Voigt
Hi Herbie, this is *the* use case for the edition-engraver: https://github.com/openlilylib/edition-engraver/ or the page-layout package https://github.com/openlilylib/page-layout (which is using the edition-engraver for the conditional breaks) If you install openLilyLib (https://github.com/openl

Re: disabling \break

2018-05-08 Thread Aaron Hill
On 2018-05-07 22:50, Herbert Liechti wrote: Is it possible to add a command that skips/disables/avoids the manual breaks when creating the tablet version? Tags are probably the best option here: %%% \version "2.19.80" tagBreak = \tag #'withBreaks { \break } someMusic = { c'2 d' \tagBreak e1 }

disabling \break

2018-05-08 Thread Herbert Liechti
Hello I searched a long time in the forum an internet and could not find an answer for my issue. I write all my music with lilypond and at the end I have two output targets. One is the paper form and one is a page layout for the tablet. The latter layout is optimized so that the screen of the tab

Re: \RemoveEmptyStaves removes Dynamics context

2018-05-08 Thread Thomas Weber
Malte and Simon - I didn't have the opportunity to try your suggestions yet, but just wanted to say thanks for helping! Am 07.05.2018 um 01:21 schrieb Simon Albrecht: > On 06.05.2018 23:03, Malte Meyn wrote: >> Am 06.05.2018 um 22:35 schrieb Thomas Weber: >>> Can anybody help me with keeping the

Re: Layout of a (piano) hand indicator

2018-05-08 Thread foxfanfare
Thomas Morley-2 wrote > HTH a bit, Harm Yes it did! Thank you for the explanations! Thomas Morley-2 wrote > Likely better to create a new grob for piano-hand-indicator and whileon it > a barre-indicator for guitar. About this, I wonder if it is necessary for the hand-indicator bracket to be link

Apply legato to music

2018-05-08 Thread Gianmaria Lari
This code generate a midi file where the first and last measure are played "legato" because of the slur. \version "2.19.81" \include "articulate.ly" music = { b( b b b) | d' d' d' d' | c'( c' c' c') } \score { \articulate \music \midi{} } Now I would like to rewrite the previous code separat