|
| From: | Wolfgang |
| Subject: | Tremolo subdivisions in smaller staffs |
| Date: | Thu, 8 Feb 2007 11:27:37 +0000 (UTC) |
| User-agent: | Loom/3.14 (http://gmane.org/) |
> I'm not top posting.
%{
distance of Tremolo subdivisions in smaller
staffs on notes without beam is too large
%}
\version "2.10.12"
\layout {
ragged-right = ##t
}
<<
\new Staff \with {
fontSize = #-4
\override StaffSymbol #'staff-space = #(magstep -4)
}
\relative c' {c4:64 c:64 c8:64 c:64 c:64 c:64 c:64}
\new Staff
\relative c' {c4:64 c:64 c8:64 c:64 c:64 c:64 c:64}
>>
| [Prev in Thread] | Current Thread | [Next in Thread] |