]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/+.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / bugs / +.ly
1 \version "1.5.68"
2 %% +.ly: Be the first .ly file for lys-to-tely.py.
3 %% Better to make lys-to-tely.py include "introduction.texi" or
4 %% other .texi documents too?
5
6
7 \header{
8 texidoc = "
9 @section Introduction
10
11 This document presents brief overview of all simple bugs known to
12 exist in LilyPond.  Things that don't look like bugs, have hopefully
13 been fixed.  Note that this page only shows notational bugs, input
14 that does not result in any notation (ie, crashes lilypond) should go
15 in @file{input/no-notation/}.
16
17 "
18
19 foollilypondbook = "
20 \score
21 "
22 }
23
24 \score{
25 \context Lyrics \lyrics { "." }
26 }