"David F." writes:
> Let’s say I have a score:
>
> myScore = \score { … }
>
> After my score is built, I’d like to keep/remove tagged sections from the
> music inside my score.
>
> How might I accomplish that?
>
> I’ve already tried to decompose/recompose the score, like so:
>
> \score {
>
Let’s say I have a score:
myScore = \score { … }
After my score is built, I’d like to keep/remove tagged sections from the music
inside my score.
How might I accomplish that?
I’ve already tried to decompose/recompose the score, like so:
\score {
\keepWithTag #’myTag
#(
Hello from Australia, all -
About a week ago I posted the MsLily Add-In for Word (Standard Edition) via
Sellfy.com. See https:\\www.dentonlt.com\mslily for YouTube clips, a list
of recent Changes, and purchase/download details.
The Free Edition is keeping up with stability/maintenance repairs, so
2017-09-30 11:46 GMT+02:00 Thomas Morley :
> Hi all,
>
> consider the code below
>
> \score {
> \relative c' {
> 4\glissando
> \glissando
>
> }
> %% for better viewing:
> \layout {
> ragged-right = ##f
> \override Glissando.color = #red
> \override Glissando.thickne
Hi all,
consider the code below
\score {
\relative c' {
4\glissando
\glissando
}
%% for better viewing:
\layout {
ragged-right = ##f
\override Glissando.color = #red
\override Glissando.thickness = 2.5
}
}
I want to create an override which should end all gliss