]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/anaylsis-brackets.ly
Add a --skip-png-check option.
[lilypond.git] / input / lsr / anaylsis-brackets.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 Brackets can be used in musical analysis to indicate the structure of
9 the pieces. As demonstrated in the second measure, such analysis
10 brackets can be nested. 
11 " }
12 % begin verbatim
13 \layout {
14  \context {
15    \Staff \consists "Horizontal_bracket_engraver"
16  }
17 }
18 \relative c'' {
19  c2\startGroup
20  d\stopGroup
21  c4\startGroup\startGroup
22  d4\stopGroup
23  e4\startGroup
24  d4\stopGroup\stopGroup
25 }