Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(641)

Side by Side Diff: Documentation/notation/rhythms.itely

Issue 544990043: NR: add many index entries for snippets
Patch Set: Created 4 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Documentation/notation/repeats.itely ('k') | Documentation/notation/simultaneous.itely » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.21.0" 10 @c \version "2.21.0"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 @ref{Proportional notation}. 148 @ref{Proportional notation}.
149 149
150 @predefined 150 @predefined
151 @code{\autoBeamOn}, 151 @code{\autoBeamOn},
152 @code{\autoBeamOff}, 152 @code{\autoBeamOff},
153 @code{\dotsUp}, 153 @code{\dotsUp},
154 @code{\dotsDown}, 154 @code{\dotsDown},
155 @code{\dotsNeutral}. 155 @code{\dotsNeutral}.
156 @endpredefined 156 @endpredefined
157 157
158
158 @snippets 159 @snippets
159 160
161 @cindex breve note, alternative style
162 @cindex alternative style of breve notes
160 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 163 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
161 {alternative-breve-notes.ly} 164 {alternative-breve-notes.ly}
162 165
166 @cindex augmentation dot, change number of
167 @cindex change number of augmentation dots
168 @cindex dotted note, change number of dots
163 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 169 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
164 {changing-the-number-of-augmentation-dots-per-note.ly} 170 {changing-the-number-of-augmentation-dots-per-note.ly}
165 171
172
166 @seealso 173 @seealso
167 Music Glossary: 174 Music Glossary:
168 @rglos{breve}, 175 @rglos{breve},
169 @rglos{longa}, 176 @rglos{longa},
170 @rglos{maxima}, 177 @rglos{maxima},
171 @rglos{note value}, 178 @rglos{note value},
172 @rglos{Duration names notes and rests}. 179 @rglos{Duration names notes and rests}.
173 180
174 Notation Reference: 181 Notation Reference:
175 @ref{Beams}, 182 @ref{Beams},
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 @code{\tupletDown}, 279 @code{\tupletDown},
273 @code{\tupletNeutral}. 280 @code{\tupletNeutral}.
274 @endpredefined 281 @endpredefined
275 282
276 283
277 @snippets 284 @snippets
278 285
279 @cindex tuplet, formatting 286 @cindex tuplet, formatting
280 @cindex triplet, formatting 287 @cindex triplet, formatting
281 288
289 @cindex entering multiple tuplets
290 @cindex tuplet, entering multiple
282 @funindex tupletNumberFormatFunction 291 @funindex tupletNumberFormatFunction
283 @funindex tupletSpannerDuration 292 @funindex tupletSpannerDuration
284 293 @funindex \tupletSpan
285 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 294 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
286 {entering-several-tuplets-using-only-one--tuplet-command.ly} 295 {entering-several-tuplets-using-only-one--tuplet-command.ly}
287 296
288 @cindex tuplet number, changes 297 @cindex tuplet number, change
289 298 @cindex change tuplet number
290 @funindex TupletNumber 299 @funindex TupletNumber
291
292 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 300 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
293 {changing-the-tuplet-number.ly} 301 {changing-the-tuplet-number.ly}
294 302
303 @cindex tuplet number, non-default
304 @cindex non-default tuplet numbers
295 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 305 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
296 {non-default-tuplet-numbers.ly} 306 {non-default-tuplet-numbers.ly}
297 307
308 @cindex tuplet bracket, visibility
309 @cindex visibility of tuplet brackets
298 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 310 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
299 {controlling-tuplet-bracket-visibility.ly} 311 {controlling-tuplet-bracket-visibility.ly}
300 312
313 @cindex beamed tuplet, line break within
314 @cindex tuplet, beamed, line break within
315 @funindex Forbid_line_break_engraver
301 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 316 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
302 {permitting-line-breaks-within-beamed-tuplets.ly} 317 {permitting-line-breaks-within-beamed-tuplets.ly}
303 318
319
304 @seealso 320 @seealso
305 Music Glossary: 321 Music Glossary:
306 @rglos{triplet}, 322 @rglos{triplet},
307 @rglos{tuplet}, 323 @rglos{tuplet},
308 @rglos{polymetric}. 324 @rglos{polymetric}.
309 325
310 Learning Manual: 326 Learning Manual:
311 @rlearning{Tweaking methods}. 327 @rlearning{Tweaking methods}.
312 328
313 Notation Reference: 329 Notation Reference:
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 @code{\tieDown}, 613 @code{\tieDown},
598 @code{\tieNeutral}, 614 @code{\tieNeutral},
599 @code{\tieDotted}, 615 @code{\tieDotted},
600 @code{\tieDashed}, 616 @code{\tieDashed},
601 @code{\tieDashPattern}, 617 @code{\tieDashPattern},
602 @code{\tieHalfDashed}, 618 @code{\tieHalfDashed},
603 @code{\tieHalfSolid}, 619 @code{\tieHalfSolid},
604 @code{\tieSolid}. 620 @code{\tieSolid}.
605 @endpredefined 621 @endpredefined
606 622
623
607 @snippets 624 @snippets
608 625
626 @cindex tie, with arpeggios
627 @cindex arpeggio and ties
628 @funindex tieWaitForNote
609 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 629 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
610 {using-ties-with-arpeggios.ly} 630 {using-ties-with-arpeggios.ly}
611 631
632 @cindex tie, manual engraving
633 @cindex manual engraving of ties
634 @funindex TieColumn
612 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 635 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
613 {engraving-ties-manually.ly} 636 {engraving-ties-manually.ly}
614 637
638
615 @seealso 639 @seealso
616 Music Glossary: 640 Music Glossary:
617 @rglos{tie}, 641 @rglos{tie},
618 @rglos{laissez vibrer}. 642 @rglos{laissez vibrer}.
619 643
620 Notation Reference: 644 Notation Reference:
621 @ref{Slurs}, 645 @ref{Slurs},
622 @ref{Automatic note splitting}. 646 @ref{Automatic note splitting}.
623 647
624 Snippets: 648 Snippets:
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 To explicitly specify a rest's vertical position, write a note 722 To explicitly specify a rest's vertical position, write a note
699 followed by @code{\rest}. A rest of the duration of the note will 723 followed by @code{\rest}. A rest of the duration of the note will
700 be placed at the staff position where the note would appear. This 724 be placed at the staff position where the note would appear. This
701 allows for precise manual formatting of polyphonic music, since the 725 allows for precise manual formatting of polyphonic music, since the
702 automatic rest collision formatter will not move these rests. 726 automatic rest collision formatter will not move these rests.
703 727
704 @lilypond[quote,verbatim] 728 @lilypond[quote,verbatim]
705 \relative { a'4\rest d4\rest } 729 \relative { a'4\rest d4\rest }
706 @end lilypond 730 @end lilypond
707 731
732
708 @snippets 733 @snippets
709 734
735 @cindex style, rests
736 @cindex rest, style
710 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 737 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
711 {rest-styles.ly} 738 {rest-styles.ly}
712 739
740
713 @seealso 741 @seealso
714 Music Glossary: 742 Music Glossary:
715 @rglos{breve}, 743 @rglos{breve},
716 @rglos{longa}, 744 @rglos{longa},
717 @rglos{maxima}. 745 @rglos{maxima}.
718 746
719 Notation Reference: 747 Notation Reference:
720 @ref{Full measure rests}. 748 @ref{Full measure rests}.
721 749
722 Snippets: 750 Snippets:
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 981
954 @predefined 982 @predefined
955 @code{\textLengthOn}, 983 @code{\textLengthOn},
956 @code{\textLengthOff}, 984 @code{\textLengthOff},
957 @code{\compressMMRests}. 985 @code{\compressMMRests}.
958 @endpredefined 986 @endpredefined
959 987
960 988
961 @snippets 989 @snippets
962 990
991 @cindex multi-measure rest, length
992 @cindex length of multi-measure rest
993 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
994 {multi-measure-rest-length-control.ly}
995
996 @cindex multi-measure rest, numbering
997 @funindex restNumberThreshold
998 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
999 {numbering-single-measure-rests.ly}
1000
963 @cindex church rest 1001 @cindex church rest
964 @cindex rest, church 1002 @cindex rest, church
965 @cindex kirchenpause 1003 @cindex kirchenpause
966 1004 @cindex multi-measure rest, style
967 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 1005 @cindex style, multi-measure rests
968 {multi-measure-rest-length-control.ly}
969
970 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
971 {numbering-single-measure-rests.ly}
972
973 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 1006 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
974 {changing-form-of-multi-measure-rests.ly} 1007 {changing-form-of-multi-measure-rests.ly}
975 1008
976 @cindex multi-measure rest, positioning 1009 @cindex multi-measure rest, positioning
977 @cindex positioning multi-measure rest 1010 @cindex position, multi-measure rest
978
979 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 1011 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
980 {positioning-multi-measure-rests.ly} 1012 {positioning-multi-measure-rests.ly}
981 1013
1014 @cindex multi-measure rest, markup
1015 @cindex markup, multi-measure rest
1016 @funindex \textLengthOn
1017 @funindex \textLengthOff
982 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 1018 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
983 {multi-measure-rest-markup.ly} 1019 {multi-measure-rest-markup.ly}
984 1020
1021
985 @seealso 1022 @seealso
986 Music Glossary: 1023 Music Glossary:
987 @rglos{multi-measure rest}. 1024 @rglos{multi-measure rest}.
988 1025
989 Notation Reference: 1026 Notation Reference:
990 @ref{Durations}, 1027 @ref{Durations},
991 @ref{Text}, 1028 @ref{Text},
992 @ref{Formatting text}, 1029 @ref{Formatting text},
993 @ref{Text scripts}. 1030 @ref{Text scripts}.
994 1031
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 which avoids reprinting the time signature at the time of the change, 1281 which avoids reprinting the time signature at the time of the change,
1245 is shown in @ref{Setting automatic beam behavior}. 1282 is shown in @ref{Setting automatic beam behavior}.
1246 1283
1247 @predefined 1284 @predefined
1248 @code{\numericTimeSignature}, 1285 @code{\numericTimeSignature},
1249 @code{\defaultTimeSignature}. 1286 @code{\defaultTimeSignature}.
1250 @endpredefined 1287 @endpredefined
1251 1288
1252 1289
1253 @snippets 1290 @snippets
1291
1292 @cindex time signature, printing only numerator
1254 @lilypondfile[verbatim,quote,texidoc,doctitle] 1293 @lilypondfile[verbatim,quote,texidoc,doctitle]
1255 {time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction. ly} 1294 {time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction. ly}
1256 1295
1296
1257 @seealso 1297 @seealso
1258 Music Glossary: 1298 Music Glossary:
1259 @rglos{time signature} 1299 @rglos{time signature}
1260 1300
1261 Notation Reference: 1301 Notation Reference:
1262 @ref{Mensural time signatures}, 1302 @ref{Mensural time signatures},
1263 @ref{Setting automatic beam behavior}, 1303 @ref{Setting automatic beam behavior},
1264 @ref{Time administration}. 1304 @ref{Time administration}.
1265 1305
1266 Installed Files: 1306 Installed Files:
1267 @file{scm/time-signature-settings.scm}. 1307 @file{scm/time-signature-settings.scm}.
1268 1308
1269 Snippets: 1309 Snippets:
1270 @rlsr{Rhythms}. 1310 @rlsr{Rhythms}.
1271 1311
1272 Internals Reference: 1312 Internals Reference:
1273 @rinternals{TimeSignature}, 1313 @rinternals{TimeSignature},
1274 @rinternals{Timing_translator}. 1314 @rinternals{Timing_translator}.
1275 1315
1276 1316
1277 @node Metronome marks 1317 @node Metronome marks
1278 @unnumberedsubsubsec Metronome marks 1318 @unnumberedsubsubsec Metronome marks
1279 1319
1280 @cindex tempo 1320 @cindex tempo
1281 @cindex beats per minute 1321 @cindex beats per minute
1282 @cindex metronome mark 1322 @cindex metronome mark
1283 @cindex metronome marking, with text
1284 1323
1285 @funindex \tempo 1324 @funindex \tempo
1286 1325
1287 A basic metronome mark is simple to write: 1326 A basic metronome mark is simple to write:
1288 1327
1289 @lilypond[verbatim,quote] 1328 @lilypond[verbatim,quote]
1290 \relative { 1329 \relative {
1291 \tempo 4 = 120 1330 \tempo 4 = 120
1292 c'2 d 1331 c'2 d
1293 e4. d8 c2 1332 e4. d8 c2
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 \tempo "Molto vivace" 1399 \tempo "Molto vivace"
1361 R1*12 1400 R1*12
1362 \tempo "Meno mosso" 1401 \tempo "Meno mosso"
1363 R1*16 1402 R1*16
1364 \markLengthOff 1403 \markLengthOff
1365 \tempo "Tranquillo" 1404 \tempo "Tranquillo"
1366 R1*20 1405 R1*20
1367 } 1406 }
1368 @end lilypond 1407 @end lilypond
1369 1408
1409
1370 @snippets 1410 @snippets
1371 1411
1412 @cindex metronome mark, below staff
1413 @cindex staff, metronome mark below
1414 @cindex rehearsal mark, below staff
1415 @cindex mark, rehearsal, below staff
1372 @lilypondfile[verbatim,quote,texidoc,doctitle] 1416 @lilypondfile[verbatim,quote,texidoc,doctitle]
1373 {printing-metronome-and-rehearsal-marks-below-the-staff.ly} 1417 {printing-metronome-and-rehearsal-marks-below-the-staff.ly}
1374 1418
1375 @c perhaps also an example of how to move it horizontally? 1419 @c perhaps also an example of how to move it horizontally?
1376 1420
1421 @cindex tempo, change, without metronome mark
1422 @cindex change tempo without metronome mark
1377 @lilypondfile[verbatim,quote,texidoc,doctitle] 1423 @lilypondfile[verbatim,quote,texidoc,doctitle]
1378 {changing-the-tempo-without-a-metronome-mark.ly} 1424 {changing-the-tempo-without-a-metronome-mark.ly}
1379 1425
1426 @cindex metronome mark, custom markup
1427 @cindex custom metronome mark markup
1380 @lilypondfile[verbatim,quote,texidoc,doctitle] 1428 @lilypondfile[verbatim,quote,texidoc,doctitle]
1381 {creating-metronome-marks-in-markup-mode.ly} 1429 {creating-metronome-marks-in-markup-mode.ly}
1382 1430
1383 For more details, see @ref{Formatting text}. 1431 For more details, see @ref{Formatting text}.
1384 1432
1433
1385 @seealso 1434 @seealso
1386 Music Glossary: 1435 Music Glossary:
1387 @rglos{metronome}, 1436 @rglos{metronome},
1388 @rglos{metronomic indication}, 1437 @rglos{metronomic indication},
1389 @rglos{tempo indication}, 1438 @rglos{tempo indication},
1390 @rglos{metronome mark}. 1439 @rglos{metronome mark}.
1391 1440
1392 Notation Reference: 1441 Notation Reference:
1393 @ref{Formatting text}, 1442 @ref{Formatting text},
1394 @ref{Creating MIDI output}. 1443 @ref{Creating MIDI output}.
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1991 2040
1992 @predefined 2041 @predefined
1993 @code{\improvisationOn}, 2042 @code{\improvisationOn},
1994 @code{\improvisationOff}, 2043 @code{\improvisationOff},
1995 @code{\reduceChords}. 2044 @code{\reduceChords}.
1996 @endpredefined 2045 @endpredefined
1997 2046
1998 2047
1999 @snippets 2048 @snippets
2000 2049
2050 @cindex strumming rhythm, showing
2051 @cindex guitar, strumming rhythm, showing
2001 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2052 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2002 {guitar-strum-rhythms.ly} 2053 {guitar-strum-rhythms.ly}
2003 2054
2055
2004 @seealso 2056 @seealso
2005 Snippets: 2057 Snippets:
2006 @rlsr{Rhythms}. 2058 @rlsr{Rhythms}.
2007 2059
2008 Internals Reference: 2060 Internals Reference:
2009 @rinternals{RhythmicStaff}, 2061 @rinternals{RhythmicStaff},
2010 @rinternals{Pitch_squash_engraver}. 2062 @rinternals{Pitch_squash_engraver}.
2011 2063
2012 2064
2013 @node Beams 2065 @node Beams
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 @code{\autoBeamOff}, 2124 @code{\autoBeamOff},
2073 @code{\autoBeamOn}. 2125 @code{\autoBeamOn}.
2074 @endpredefined 2126 @endpredefined
2075 2127
2076 @cindex beam, line breaks 2128 @cindex beam, line breaks
2077 @cindex line break, beams 2129 @cindex line break, beams
2078 @cindex beam, with knee gap 2130 @cindex beam, with knee gap
2079 @cindex knee gap, with beams 2131 @cindex knee gap, with beams
2080 @funindex breakable 2132 @funindex breakable
2081 2133
2134
2082 @snippets 2135 @snippets
2136
2137 @cindex beam, line breaks
2138 @cindex line break, beams
2083 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2139 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2084 {beams-across-line-breaks.ly} 2140 {beams-across-line-breaks.ly}
2085 2141
2142 @cindex beam, with knee gap, changing
2143 @cindex knee gap, with beams, changing
2086 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2144 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2087 {changing-beam-knee-gap.ly} 2145 {changing-beam-knee-gap.ly}
2088 2146
2089 @cindex beam, @code{\partCombine} with @code{\autoBeamOff} 2147 @cindex beam, @code{\partCombine} with @code{\autoBeamOff}
2090 @cindex voice, @code{\partCombine} with @code{\autoBeamOff} 2148 @cindex voice, @code{\partCombine} with @code{\autoBeamOff}
2091
2092 @lilypondfile [verbatim, quote, ragged-right, texidoc, doctitle] 2149 @lilypondfile [verbatim, quote, ragged-right, texidoc, doctitle]
2093 {partcombine-and-autobeamoff.ly} 2150 {partcombine-and-autobeamoff.ly}
2094 2151
2152
2095 @seealso 2153 @seealso
2096 Notation Reference: 2154 Notation Reference:
2097 @ref{Manual beams}, 2155 @ref{Manual beams},
2098 @ref{Setting automatic beam behavior}. 2156 @ref{Setting automatic beam behavior}.
2099 2157
2100 Installed Files: 2158 Installed Files:
2101 @file{scm/auto-beam.scm}. 2159 @file{scm/auto-beam.scm}.
2102 2160
2103 Snippets: 2161 Snippets:
2104 @rlsr{Rhythms}. 2162 @rlsr{Rhythms}.
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2405 end beams at the end of beats. 2463 end beams at the end of beats.
2406 2464
2407 @end itemize 2465 @end itemize
2408 2466
2409 In the rules above, the @emph{beam-type} is the duration of the 2467 In the rules above, the @emph{beam-type} is the duration of the
2410 shortest note in the beamed group. 2468 shortest note in the beamed group.
2411 2469
2412 The default beaming rules can be found in 2470 The default beaming rules can be found in
2413 @file{scm/time-signature-settings.scm}. 2471 @file{scm/time-signature-settings.scm}.
2414 2472
2473
2415 @snippets 2474 @snippets
2416 2475
2417 @cindex beam, subdividing 2476 @cindex beam, subdividing
2418 2477 @cindex subdividing beams
2478 @funindex subdivideBeams
2479 @funindex baseMoment
2480 @funindex beatStructure
2419 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2481 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2420 {subdividing-beams.ly} 2482 {subdividing-beams.ly}
2421 2483
2422 @cindex beamlet, orienting 2484 @cindex beaming, strict-beat
2423 2485 @cindex strict-beat beaming
2486 @cindex beamlet, orientation
2487 @funindex strictBeatBeaming
2424 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2488 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2425 {strict-beat-beaming.ly} 2489 {strict-beat-beaming.ly}
2426 2490
2427 @cindex measure grouping 2491 @cindex measure grouping
2428 @cindex beat, grouping 2492 @cindex beat, grouping
2429 @cindex grouping beats 2493 @cindex grouping beats
2430 @cindex measure sub-grouping 2494 @cindex measure sub-grouping
2431 2495 @cindex conducting signs
2496 @cindex sign, conducting
2497 @funindex Measure_grouing_engraver
2432 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2498 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2433 {conducting-signs,-measure-grouping-signs.ly} 2499 {conducting-signs,-measure-grouping-signs.ly}
2434 2500
2435 @cindex beam, endings in a score 2501 @cindex beam, endings, in a score
2436 @cindex beam, endings with multiple voices 2502 @cindex beam, endings, with multiple voices
2437
2438 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2503 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2439 {beam-endings-in-score-context.ly} 2504 {beam-endings-in-score-context.ly}
2440 2505
2506
2441 @seealso 2507 @seealso
2442 Notation Reference: 2508 Notation Reference:
2443 @ref{Time signature}. 2509 @ref{Time signature}.
2444 2510
2445 Installed Files: 2511 Installed Files:
2446 @file{scm/time-signature-settings.scm}. 2512 @file{scm/time-signature-settings.scm}.
2447 2513
2448 Snippets: 2514 Snippets:
2449 @rlsr{Rhythms}. 2515 @rlsr{Rhythms}.
2450 2516
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 @end lilypond 2655 @end lilypond
2590 2656
2591 2657
2592 @predefined 2658 @predefined
2593 @code{\noBeam}. 2659 @code{\noBeam}.
2594 @endpredefined 2660 @endpredefined
2595 2661
2596 2662
2597 @snippets 2663 @snippets
2598 2664
2665 @cindex flat flags
2666 @cindex flags, flat
2667 @cindex beam, nibs
2668 @funindex stemLeftBeamCount
2669 @funindex stemRightBeamCount
2599 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 2670 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2600 {flat-flags-and-beam-nibs.ly} 2671 {flat-flags-and-beam-nibs.ly}
2601 2672
2673
2602 @seealso 2674 @seealso
2603 Notation Reference: 2675 Notation Reference:
2604 @ref{Direction and placement}, 2676 @ref{Direction and placement},
2605 @ref{Grace notes}. 2677 @ref{Grace notes}.
2606 2678
2607 Snippets: 2679 Snippets:
2608 @rlsr{Rhythms}. 2680 @rlsr{Rhythms}.
2609 2681
2610 Internals Reference: 2682 Internals Reference:
2611 @rinternals{Beam}, 2683 @rinternals{Beam},
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
3103 \override Score.BarNumber.break-visibility = ##(#t #t #t) 3175 \override Score.BarNumber.break-visibility = ##(#t #t #t)
3104 \set Score.currentBarNumber = #11 3176 \set Score.currentBarNumber = #11
3105 % Permit first bar number to be printed 3177 % Permit first bar number to be printed
3106 \bar "" 3178 \bar ""
3107 c1 | c | c | c | 3179 c1 | c | c | c |
3108 \break 3180 \break
3109 c1 | c | c | c | 3181 c1 | c | c | c |
3110 } 3182 }
3111 @end lilypond 3183 @end lilypond
3112 3184
3185
3113 @snippets 3186 @snippets
3187
3188 @cindex bar number, printed in first measure
3114 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 3189 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3115 {printing-the-bar-number-for-the-first-measure.ly} 3190 {printing-the-bar-number-for-the-first-measure.ly}
3116 3191
3192 @cindex bar number, printed at regular intervals
3117 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 3193 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3118 {printing-bar-numbers-at-regular-intervals.ly} 3194 {printing-bar-numbers-at-regular-intervals.ly}
3119 3195
3120 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 3196 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3121 {printing-bar-numbers-with-changing-regular-intervals.ly} 3197 {printing-bar-numbers-with-changing-regular-intervals.ly}
3122 3198
3123 @cindex measure number, format 3199 @cindex measure number, style
3124 @cindex bar number, format 3200 @cindex bar number, style
3125 3201 @cindex style, bar number
3202 @cindex style, measure number
3126 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 3203 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3127 {printing-bar-numbers-inside-boxes-or-circles.ly} 3204 {printing-bar-numbers-inside-boxes-or-circles.ly}
3128 3205
3129 @cindex bar number, with letter 3206 @c XXX also included in `repeats.itely'
3130 @cindex bar number, with repeat
3131
3132 @lilypondfile[verbatim,quote,texidoc,doctitle] 3207 @lilypondfile[verbatim,quote,texidoc,doctitle]
3133 {alternative-bar-numbering.ly} 3208 {alternative-bar-numbering.ly}
3134 3209
3135 @cindex bar number, alignment 3210 @cindex bar number, alignment
3136 3211 @cindex alignment, bar numbers
3137 @lilypondfile[verbatim,quote,texidoc,doctitle] 3212 @lilypondfile[verbatim,quote,texidoc,doctitle]
3138 {aligning-bar-numbers.ly} 3213 {aligning-bar-numbers.ly}
3139 3214
3215 @cindex bar number, removal
3216 @cindex removing bar numbers
3140 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] 3217 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3141 {removing-bar-numbers-from-a-score.ly} 3218 {removing-bar-numbers-from-a-score.ly}
3142 3219
3220
3143 @seealso 3221 @seealso
3144 Snippets: 3222 Snippets:
3145 @rlsr{Rhythms}. 3223 @rlsr{Rhythms}.
3146 3224
3147 Internals Reference: 3225 Internals Reference:
3148 @rinternals{BarNumber}, 3226 @rinternals{BarNumber},
3149 @rinternals{Bar_number_engraver}. 3227 @rinternals{Bar_number_engraver}.
3150 3228
3151 @cindex bar number, collision 3229 @cindex bar number, collision
3152 @cindex collision, bar number 3230 @cindex collision, bar number
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3557 \acciaccatura { 3635 \acciaccatura {
3558 \stemDown 3636 \stemDown
3559 f''16-> 3637 f''16->
3560 \stemNeutral 3638 \stemNeutral
3561 } 3639 }
3562 g4 e c2 3640 g4 e c2
3563 } 3641 }
3564 @end lilypond 3642 @end lilypond
3565 3643
3566 3644
3567 @cindex stem, with slash
3568
3569
3570 @snippets 3645 @snippets
3571 3646
3647 @cindex stem, with slash
3648 @cindex slashed stem
3572 @lilypondfile[verbatim,quote,texidoc,doctitle] 3649 @lilypondfile[verbatim,quote,texidoc,doctitle]
3573 {using-grace-note-slashes-with-normal-heads.ly} 3650 {using-grace-note-slashes-with-normal-heads.ly}
3574 3651
3652 @cindex tweaking grace note
3653 @cindex grace note, tweaking
3654 @cindex grace note, changing layout settings
3655 @funindex add-grace-property
3656 @funindex remove-grace-property
3575 @lilypondfile[verbatim,quote,texidoc,doctitle] 3657 @lilypondfile[verbatim,quote,texidoc,doctitle]
3576 {tweaking-grace-layout-within-music.ly} 3658 {tweaking-grace-layout-within-music.ly}
3577 3659
3660 @cindex empty chord
3661 @cindex chord, empty
3662 @funindex startGraceMusic
3663 @funindex stopGraceMusic
3664 @funindex startAcciaccaturaMusic
3665 @funindex stopAcciaccaturaMusic
3666 @funindex startAppoggiaturaMusic
3667 @funindex stopAppoggiaturaMusic
3578 @lilypondfile[verbatim,quote,texidoc,doctitle] 3668 @lilypondfile[verbatim,quote,texidoc,doctitle]
3579 {redefining-grace-note-global-defaults.ly} 3669 {redefining-grace-note-global-defaults.ly}
3580 3670
3671 @cindex grace note, and strict spacing
3672 @cindex strict spacing and grace notes
3581 @lilypondfile[verbatim,quote,texidoc,doctitle] 3673 @lilypondfile[verbatim,quote,texidoc,doctitle]
3582 {positioning-grace-notes-with-floating-space.ly} 3674 {positioning-grace-notes-with-floating-space.ly}
3583 3675
3676
3584 @seealso 3677 @seealso
3585 Music Glossary: 3678 Music Glossary:
3586 @rglos{grace notes}, 3679 @rglos{grace notes},
3587 @rglos{acciaccatura}, 3680 @rglos{acciaccatura},
3588 @rglos{appoggiatura}. 3681 @rglos{appoggiatura}.
3589 3682
3590 Notation Reference: 3683 Notation Reference:
3591 @ref{Scaling durations}, 3684 @ref{Scaling durations},
3592 @ref{Manual beams}. 3685 @ref{Manual beams}.
3593 3686
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
3799 Notation Reference: 3892 Notation Reference:
3800 @ref{Bar numbers}, 3893 @ref{Bar numbers},
3801 @ref{Unmetered music}. 3894 @ref{Unmetered music}.
3802 3895
3803 Snippets: 3896 Snippets:
3804 @rlsr{Rhythms}. 3897 @rlsr{Rhythms}.
3805 3898
3806 Internals Reference: 3899 Internals Reference:
3807 @rinternals{Timing_translator}, 3900 @rinternals{Timing_translator},
3808 @rinternals{Score}. 3901 @rinternals{Score}.
OLDNEW
« no previous file with comments | « Documentation/notation/repeats.itely ('k') | Documentation/notation/simultaneous.itely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b