2014-06-15 12:29 GMT+02:00 Orm Finnendahl <[email protected]
>:
> \version "2.19.5"
>
> music = { \clef "G" r4
> \tag #'score { fis'''8 -\tweak X-offset #-2.5 \f [ }
> \tag #'part { fis'''8 \f [ }
> ees'' c' a''' ] r4 }
>
>
> { \keepWithTag #'score \music
> \keepWithTag #'part \music }
>
Hi Orm,
No particular remark on your topic except that you can use an easier syntax
:
%%%%%%%%%%%%%
\version "2.19.5"
music = {
\clef "G" r4
\tag score { fis'''8 -\tweak X-offset #-2.5 \f [ }
\tag part { fis'''8 \f [ }
ees'' c' a''' ] r4
}
{
\keepWithTag score \music
\keepWithTag part \music
}
%%%%%%%%%%%%%
Cheers,
Pierre
PS: Strange that the doc does not show this synax.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user