> Is there a possibility to do something like this?
>
> if( custom_cfg_flag)
> {
> % default score combination
> % (e.g. with header and chords)
> }
> else
> {
> % some other combination
> % (e.g. only melody)
> }
I have also alwa
> Is there a possibility to do something like this?
>
> if( custom_cfg_flag)
> {
> % default score combination
> % (e.g. with header and chords)
> }
> else
> {
> % some other combination
> % (e.g. only melody)
> }
If having defined a LP varia
Am 16.01.2015 um 01:37 schrieb Craig Parker-Feldmann:
Is there a possibility to do something like this?
if( custom_cfg_flag)
{
% default score combination
% (e.g. with header and chords)
}
else
{
% some other combination
% (e.g. only
> Is there a possibility to do something like this?
>
> if( custom_cfg_flag)
> {
> % default score combination
> % (e.g. with header and chords)
> }
> else
> {
> % some other combination
> % (e.g. only melody)
> }
I have also always wanted Lil
Hello Johan,
for the chords hiding this works perfectly, thank you.
However, it doesn't work on the header.
If I try to envelop header variables, it stops with an error:
> Starte lilypond-windows.exe 2.16.2 [score.ly]...
> »/Path_to_Dropbox/Temp/Lilypond_bool/score.ly« wird verarbeitet
> Analysie
Hartmut Leister writes:
> Is there a possibility to do something like this?
>
> if( custom_cfg_flag)
> {
> % default score combination
> % (e.g. with header and chords)
> }
> else
> {
> % some other combination
> % (e.g. only melody)
> }
I
Is there a possibility to do something like this?
if( custom_cfg_flag)
{
% default score combination
% (e.g. with header and chords)
}
else
{
% some other combination
% (e.g. only melody)
}
I want to combine Lilypond score files with differe