]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-parser.hh
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / include / lily-parser.hh
index b4a8f8c87ad5a14c71af92e79f5a7feed4f39993..e2d484f3fb7d7993e2790476953bdecf6a7c11d5 100644 (file)
@@ -25,8 +25,7 @@
 #include "pitch.hh"
 
 /**
-   State for the parser.  Do not ever add any variables to parse
-   musical content here.  We still have to remove default_duration_.
+   State for the parser.
 
    TODO: interface is too complicated
 */
@@ -38,6 +37,7 @@ public:
   Lily_lexer *lexer_;
   Sources *sources_;
   Duration default_duration_;
+  int default_tremolo_type_;
   string output_basename_;
   SCM closures_;