X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fhu%2Flearning%2Ffundamental.itely;h=bff811ff828690a0c9291bb702b520ecf61059d2;hb=1b832d794f1444033f10465971e97d33f76fe310;hp=1e97b105fed9ad6366e221b6328907751f08347c;hpb=1507165d98e34d629c9975b8e6e8435c8c882648;p=lilypond.git diff --git a/Documentation/hu/learning/fundamental.itely b/Documentation/hu/learning/fundamental.itely index 1e97b105fe..bff811ff82 100644 --- a/Documentation/hu/learning/fundamental.itely +++ b/Documentation/hu/learning/fundamental.itely @@ -3140,7 +3140,7 @@ LilyPond input syntax changes (see you have a single definition (such as @code{\dolce}) for all your input files (see @ref{Style sheets}), then if the syntax changes, you only need to update your single @code{\dolce} definition, -instead of making changes throughout every @code{.ly} file. +instead of making changes throughout every @file{@/.ly} file. @node Partitúra és szólamkották @@ -3154,7 +3154,7 @@ a variable. The contents of that variable is then used to generate both the part and the full score. It is convenient to define the notes in a special file. For example, -suppose that the file @file{horn-music.ly} contains the following part +suppose that the file @file{horn@/-music@/.ly} contains the following part of a horn/@/bassoon duo @example @@ -3185,7 +3185,7 @@ The line @end example @noindent -substitutes the contents of @file{horn-music.ly} at this position in +substitutes the contents of @file{horn@/-music@/.ly} at this position in the file, so @code{hornNotes} is defined afterwards. The command @code{\transpose f@tie{}c'} indicates that the argument, being @code{\hornNotes}, should be transposed by a fifth upwards. Sounding @@ -3236,7 +3236,7 @@ this option to the music above, leads to the following result The score is made by combining all of the music together. Assuming that the other voice is in @code{bassoonNotes} in the file -@file{bassoon-music.ly}, a score is made with +@file{bassoon@/-music@/.ly}, a score is made with @example \include "bassoon-music.ly" @@ -3264,4 +3264,4 @@ leading to a8 e f4 | g d | gis f | } >> -@end lilypond \ No newline at end of file +@end lilypond