]> git.donarmstrong.com Git - lilypond.git/blob - input/test/+.ly
* lily/tuplet-engraver.cc: remove tupletInvisible
[lilypond.git] / input / test / +.ly
1 \version "2.1.21"
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 \header{
7 texidoc = #(string-append "
8 @section Introduction
9
10 This document shows all kinds of tips and tricks, from simple to
11 advanced.  Here you may also find dirty tricks, or very the very
12 latest features that have not been documented or fully implemented
13 yet. 
14 This document is for LilyPond version 
15 " (lilypond-version) ".")
16 }
17
18
19 \score { \context Lyrics \lyrics {  " " } }