Am Mi., 20. Nov. 2019 um 14:32 Uhr schrieb Romel Bismonte <
math_wizar...@hotmail.com>:
> Hello,
>
>
>
> I was studying the LSR snippet that can insert an alternate rhythm
> indication (e.g., “swing”, “shuffle”, “maestoso”, etc.) as discussed in
> Item 204:
>
>
>
> http://lsr.di.unimi.it/LSR/Item?
Hi Romel
How about:
\version "2.18"
swingindic = \markup {
\score {
\new Staff \with {
\omit Clef
\omit TimeSignature
fontSize = #-4
\override StaffSymbol.staff-space = #(magstep -4)
\override StaffSymbol.line-count = #0
\override Vertical
Hello,
I was studying the LSR snippet that can insert an alternate rhythm indication
(e.g., “swing”, “shuffle”, “maestoso”, etc.) as discussed in Item 204:
http://lsr.di.unimi.it/LSR/Item?id=204
Since I did not need the other options, I am attempting to boil down the
snippet to just the thing