]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-size-of-note-heads.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / changing-the-size-of-note-heads.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use"
7  texidoc = "
8 It is possible to change the fontsize of noteheads.
9 " }
10 % begin verbatim
11 \relative c'' {
12 %  \huge
13   c4.-> d8---3
14 %  \large
15   c4.-> d8---3
16 %  \normalsize
17   c4.-> d8---3
18 %  \small
19   c4.-> d8---3
20 %  \tiny
21   c4.-> d8---3
22 %  \normalsize
23   c2
24 }